diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-10-03 15:03:15 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-10-03 15:03:15 +0000 |
commit | 3f19c69c3aaf3489a5ba896c546f4fbcb13f2fd9 (patch) | |
tree | 7051251c7b17f89520fece8e439e125ccf818d8b /bin/chflags | |
parent | 726621d13f28c9e55dd569c50cf4680659ab318e (diff) | |
download | FreeBSD-src-3f19c69c3aaf3489a5ba896c546f4fbcb13f2fd9.zip FreeBSD-src-3f19c69c3aaf3489a5ba896c546f4fbcb13f2fd9.tar.gz |
chflags compiles with WARNS?=6.
Diffstat (limited to 'bin/chflags')
-rw-r--r-- | bin/chflags/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index 4457505..cece64f 100644 --- a/bin/chflags/Makefile +++ b/bin/chflags/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= chflags +WARNS?= 6 .include <bsd.prog.mk> |