summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-12-09 23:55:27 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-12-09 23:55:27 +0000
commit7b695de799ec47d008ed93b25da9266cfb6d6da1 (patch)
tree4af9ee1f1c7e35c57920a545d9f3fcb9d482399f /pw/Makefile
parent843cda19dd69e914697e0dd976f67480bdd94a1d (diff)
downloadpw-darwin-7b695de799ec47d008ed93b25da9266cfb6d6da1.tar.gz
pw-darwin-7b695de799ec47d008ed93b25da9266cfb6d6da1.tar.zst
pw-darwin-7b695de799ec47d008ed93b25da9266cfb6d6da1.zip
Upgrade from the author, reflecting all my wishes resulting out of the
sysinstall use of this tool (plus some bug fixes). 2.2 candidate... Submitted by: David Nugent <davidn@nserver.usn.blaze.net.au>
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 749d256..fbd614f 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -8,7 +8,7 @@ SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c \
MAN5= pw.conf.5
MAN8= pw.8
-CFLAGS+= -Wall
+CFLAGS+= -Wall $(CDB)
LDADD= -lcrypt
DPADD= ${LIBCRYPT}