summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-30 09:45:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-30 09:45:26 +0000
commit3353a36052a410fce07f14569e1ed4f32a3b1af5 (patch)
treee07d5c7256358ef99c35aa01123b307525aa0d9c /chpass/Makefile
parent43492204ff50c8fc1a6958dde60bbe646b1874cb (diff)
downloadpw-darwin-3353a36052a410fce07f14569e1ed4f32a3b1af5.tar.gz
pw-darwin-3353a36052a410fce07f14569e1ed4f32a3b1af5.tar.zst
pw-darwin-3353a36052a410fce07f14569e1ed4f32a3b1af5.zip
Make WARNS=5 clean.
Tested on: sparc64, Athlon[32]
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 5c807ee..f3f05e4 100644
--- a/chpass/Makefile
+++ b/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