7c0019fd30
system calls and the security.jail.param sysctls. Approved by: bz (mentor)
11 lines
101 B
Makefile
11 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= jls
|
|
MAN= jls.8
|
|
DPADD= ${LIBJAIL}
|
|
LDADD= -ljail
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|