]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Build usr.bin/ with WARNS=6 by default.
authorEd Schouten <ed@FreeBSD.org>
Sat, 2 Jan 2010 10:27:05 +0000 (10:27 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sat, 2 Jan 2010 10:27:05 +0000 (10:27 +0000)
Also add some missing $FreeBSD$ to keep svn happy.

chpass/Makefile

index e9589562186a5f257b3fb9ae845b9ba85f5a5786..7f7ac510c6bcd245af39af0adf9a91e5f7c4894a 100644 (file)
@@ -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