diff options
Diffstat (limited to 'usr.sbin/chroot/Makefile')
-rw-r--r-- | usr.sbin/chroot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index d83dfa2..d28de66 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PROG= chroot -WARNS?= 2 MAN= chroot.8 +WARNS?= 2 + .include <bsd.prog.mk> |