summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
commit33ad2c7486da901252c1e70f3f599106573a978b (patch)
tree056834f2f9c298e9b219499c3edbc51f12d0371b /chpass/Makefile
parent43db2f01d12e3d613fdc8747ed4a16080f11ba79 (diff)
downloadpw-darwin-33ad2c7486da901252c1e70f3f599106573a978b.tar.gz
pw-darwin-33ad2c7486da901252c1e70f3f599106573a978b.tar.zst
pw-darwin-33ad2c7486da901252c1e70f3f599106573a978b.zip
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index f19a257..3abed82 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 4/2/94
PROG= chpass
+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 \