repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ext2fs: Stop dropping and reacquiring Giant around geom calls.
[freebsd-src.git]
/
usr.sbin
/
jls
/
Makefile
blob
34a5023516cbb2e47925118d2992b8f1cd298d54
1
# $FreeBSD$
2
3
.
include
<
src.opts.mk
>
4
5
PROG
=
jls
6
MAN
=
jls
.8
7
LIBADD
=
jail xo
8
9
PACKAGE
=
jail
10
11
.if
${
MK_INET6_SUPPORT
} !=
"no"
12
CFLAGS
+= -
DINET6
13
.
endif
14
.if
${
MK_INET_SUPPORT
} !=
"no"
15
CFLAGS
+= -
DINET
16
.
endif
17
18
.
include
<
bsd.prog.mk
>