projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8a57a
)
pwd_mkdb(8): Raise WARNS to 6.
author
Sascha Wildner
<saw@online.de>
Sun, 22 Mar 2009 21:39:19 +0000
(22:39 +0100)
committer
Sascha Wildner
<saw@online.de>
Sun, 22 Mar 2009 21:39:19 +0000
(22:39 +0100)
usr.sbin/pwd_mkdb/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/usr.sbin/pwd_mkdb/Makefile
b/usr.sbin/pwd_mkdb/Makefile
index
9944ad2
..
fe497b8
100644
(file)
--- a/
usr.sbin/pwd_mkdb/Makefile
+++ b/
usr.sbin/pwd_mkdb/Makefile
@@
-8,7
+8,7
@@
PROG= pwd_mkdb
MAN= pwd_mkdb.8
SRCS= pw_scan.c pwd_mkdb.c
-WARNS?=
4
+WARNS?=
6
CFLAGS+= -I${.CURDIR}/../../lib/libc/gen # for pw_scan.h
.include <bsd.prog.mk>