de6f37045c
system calls and the security.jail.param sysctls. Approved by: bz (mentor)
8 lines
83 B
Makefile
8 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= killall
|
|
DPADD= ${LIBJAIL}
|
|
LDADD= -ljail
|
|
|
|
.include <bsd.prog.mk>
|