diff options
Diffstat (limited to 'usr.sbin/pwd_mkdb/Makefile')
-rw-r--r-- | usr.sbin/pwd_mkdb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile index 2f2a473..c3aaeb3 100644 --- a/usr.sbin/pwd_mkdb/Makefile +++ b/usr.sbin/pwd_mkdb/Makefile @@ -7,8 +7,7 @@ PROG= pwd_mkdb MAN= pwd_mkdb.8 SRCS= pw_scan.c pwd_mkdb.c -CFLAGS+= -I${.CURDIR}/../../lib/libc/gen # for pw_scan.h - WARNS?= 4 +CFLAGS+= -I${.CURDIR}/../../lib/libc/gen # for pw_scan.h .include <bsd.prog.mk> |