repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Really ensure that our world/kernel are built under POSIX locale ("C").
[dragonfly.git]
/
gnu
/
sbin
/
Makefile
blob
0cfc0089b4e133361277267d84b0ffeff8a3449f
1
# $FreeBSD: src/gnu/usr.bin/Makefile,v 1.51 2000/01/16 00:11:34 obrien Exp $
2
3
SUBDIR
=
dmsetup lvm
4
5
.if
!
defined
(
NO_CRYPT
)
6
SUBDIR
+=
cryptsetup
7
.
endif
8
9
# maximum parallelism
10
#
11
SUBDIR_ORDERED
=
12
13
.
include
<
bsd.subdir.mk
>