summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
commit88f5e297bd2050c70daa764d6d22b31fe299452b (patch)
tree56e660b3e754c045870fb17c154e3ebd09d7afe2 /pw/Makefile
parent79b521cad9cc75dc90f198d6bfeb529838280be5 (diff)
downloadpw-darwin-88f5e297bd2050c70daa764d6d22b31fe299452b.tar.gz
pw-darwin-88f5e297bd2050c70daa764d6d22b31fe299452b.tar.zst
pw-darwin-88f5e297bd2050c70daa764d6d22b31fe299452b.zip
Remove GCC'isms in CFLAGS.
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 009613c..6526353 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -8,7 +8,6 @@ SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
MAN= pw.conf.5 pw.8
#RND= -DUSE_MD5RAND
-CFLAGS+= -W -Wall
LDADD= -lcrypt -lutil
DPADD= ${LIBCRYPT} ${LIBUTIL}