summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-30 09:45:26 +0000
committerobrien <obrien@FreeBSD.org>2002-12-30 09:45:26 +0000
commit3f503016bf15158beae289f34ee7ed129eff2bf9 (patch)
tree7095375bf86413a282ad0545c50ac57027fad764 /usr.bin/chpass/Makefile
parent02d98a35b25459632b699479165f0cf151afea0b (diff)
downloadFreeBSD-src-3f503016bf15158beae289f34ee7ed129eff2bf9.zip
FreeBSD-src-3f503016bf15158beae289f34ee7ed129eff2bf9.tar.gz
Make WARNS=5 clean.
Tested on: sparc64, Athlon[32]
Diffstat (limited to 'usr.bin/chpass/Makefile')
-rw-r--r--usr.bin/chpass/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 5c807ee..f3f05e4 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -8,8 +8,7 @@ BINMODE=4555
.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb \
${.CURDIR}/../../lib/libc/gen
CFLAGS+=-I${.CURDIR}/../../usr.sbin/pwd_mkdb -I${.CURDIR}/../../lib/libc/gen
-WARNS?= 4
-NO_WERROR=yes
+WARNS?= 5
LINKS= ${BINDIR}/chpass ${BINDIR}/chfn
LINKS+= ${BINDIR}/chpass ${BINDIR}/chsh
LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchpass
OpenPOWER on IntegriCloud