diff options
author | mikeh <mikeh@FreeBSD.org> | 2001-12-10 21:13:36 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2001-12-10 21:13:36 +0000 |
commit | e408e50776be2ef5ea5b219c2e342b40986b9538 (patch) | |
tree | 8ba6ad20f3d2ac0d0980c7c73d6469ab6bb6755a /usr.sbin/chroot | |
parent | d9613ea3837925885145ecab86d9945be73cb303 (diff) | |
download | FreeBSD-src-e408e50776be2ef5ea5b219c2e342b40986b9538.zip FreeBSD-src-e408e50776be2ef5ea5b219c2e342b40986b9538.tar.gz |
Reorder WARNS line for style.
Pointed out by: bde
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 d28de66..d83dfa2 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> |