ebf5d9bc2c
o Add jexec(8) to execute a command in an existing jail. o Add -j option for killall(1) to kill all processes in a specified jail. o Add -i option to jail(8) to output jail ID of newly created jail.
8 lines
68 B
Makefile
8 lines
68 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= jls
|
|
MAN= jls.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|