diff options
Diffstat (limited to 'usr.sbin/chroot')
| -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 d83dfa2917da2..d28de6668e262 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> |
