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
unix: remove always true check from uipc_attach
[freebsd/src.git]
/
usr.sbin
/
jls
/
Makefile
blob
ee9665356c793c902dbd97d11ff18eab4f2eebfd
1
.
include
<
src.opts.mk
>
2
3
PROG
=
jls
4
MAN
=
jls
.8
5
LIBADD
=
jail xo
6
7
PACKAGE
=
jail
8
9
.if
${
MK_INET6_SUPPORT
} !=
"no"
10
CFLAGS
+= -
DINET6
11
.
endif
12
.if
${
MK_INET_SUPPORT
} !=
"no"
13
CFLAGS
+= -
DINET
14
.
endif
15
16
.
include
<
bsd.prog.mk
>