mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 00:31:06 +01:00
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= chroot
|
|
MAN= chroot.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|