mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
f6751868e4
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
8 lines
70 B
Makefile
8 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= jail
|
|
WARNS?= 2
|
|
MAN= jail.8
|
|
|
|
.include <bsd.prog.mk>
|