mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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.
7 lines
72 B
Makefile
7 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= jexec
|
|
MAN= jexec.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|