diff options
| author | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-10 21:13:36 +0000 |
|---|---|---|
| committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-12-10 21:13:36 +0000 |
| commit | 28644e448a86fe20e74487e550302807b1af6922 (patch) | |
| tree | 8ba6ad20f3d2ac0d0980c7c73d6469ab6bb6755a /usr.sbin/chroot | |
| parent | 9f5b04e925d068b053cc41bae3d3c25a5325062c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/chroot')
| -rw-r--r-- | usr.sbin/chroot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/chroot/Makefile b/usr.sbin/chroot/Makefile index d28de6668e262..d83dfa2917da2 100644 --- a/usr.sbin/chroot/Makefile +++ b/usr.sbin/chroot/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PROG= chroot -MAN= chroot.8 - WARNS?= 2 +MAN= chroot.8 .include <bsd.prog.mk> |
