summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/Makefile
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1996-12-17 14:15:35 +0000
committerdavidn <davidn@FreeBSD.org>1996-12-17 14:15:35 +0000
commit55a2226defa414e5cce3f9f8d59143f376c56ad2 (patch)
treefc36276d84ef3113d74301282fac97876bf7fc43 /usr.sbin/pw/Makefile
parenteed8b380b34e1aab1ae535b52b4e0397db44cc88 (diff)
downloadFreeBSD-src-55a2226defa414e5cce3f9f8d59143f376c56ad2.zip
FreeBSD-src-55a2226defa414e5cce3f9f8d59143f376c56ad2.tar.gz
Changes to password generator: fallback to MD5 generator disabled
(/dev/urandom used by default under FreeBSD), and implemented a "portable" but less secure generator for other systems. Add display of expiry/password change dates in -P user display.
Diffstat (limited to 'usr.sbin/pw/Makefile')
-rw-r--r--usr.sbin/pw/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index f02e256..ae8ec1e 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.2 1996/12/09 23:55:12 joerg Exp $
+# $Id: Makefile,v 1.1.1.3 1996/12/10 23:58:50 joerg Exp $
PROG= pw
SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c \
@@ -7,8 +7,9 @@ SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c \
MAN5= pw.conf.5
MAN8= pw.8
-
-CFLAGS+= -Wall $(CDB)
+
+#RND= -DUSE_MD5RAND
+CFLAGS+= -Wall $(CDB) $(RND)
LDADD= -lcrypt
DPADD= ${LIBCRYPT}
OpenPOWER on IntegriCloud