mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
de6f37045c
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>
|