summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-06 17:30:03 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-06 17:30:03 +0000
commit949ba3fff2093a76f224a8c053fe010ec6e734a6 (patch)
treec45e009b18f0b084820c5735112ecadd1401f51c /chpass/Makefile
parentb658d66f7b7e8245f5d43db966243eea83c910ca (diff)
downloadpw-darwin-949ba3fff2093a76f224a8c053fe010ec6e734a6.tar.gz
pw-darwin-949ba3fff2093a76f224a8c053fe010ec6e734a6.tar.zst
pw-darwin-949ba3fff2093a76f224a8c053fe010ec6e734a6.zip
Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and
we have enough pseudo-options already.
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 37374d2..c17a4ce 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 4/2/94
PROG= chpass
-CFLAGS+=-Wall -DPASSWD_IGNORE_COMMENTS
+CFLAGS+=-Wall
SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c pw_yp.c \
table.c util.c ypxfr_misc.c ${GENSRCS}
GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_clnt.c yppasswd_private.h \