summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
commit7a03d653054fe10b5016f63aae356f1c3ba8988a (patch)
tree380c7a00f070c8cdabe46a6840f557fb050c8a85 /chpass/Makefile
parent4586c2d56d0b6146515e3dde667ec7ae98aaede2 (diff)
downloadpw-darwin-7a03d653054fe10b5016f63aae356f1c3ba8988a.tar.gz
pw-darwin-7a03d653054fe10b5016f63aae356f1c3ba8988a.tar.zst
pw-darwin-7a03d653054fe10b5016f63aae356f1c3ba8988a.zip
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index e958956..7f7ac51 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -9,7 +9,6 @@ PROG= chpass
SRCS= chpass.c edit.c field.c pw_scan.c table.c util.c
BINOWN= root
BINMODE=4555
-WARNS?= 5
.if ${MK_NIS} != "no"
CFLAGS+= -DYP
.endif