aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-19 00:39:29 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-19 00:39:29 +0000
commit1ab562901c0acbddec7f7aab6ee9267415120034 (patch)
tree74e62c0d537e573b140b540278c16007dd21f74b /usr.sbin/pw
parent2e6781fd6121cfdffe0174c7387dac4b9d0c8a53 (diff)
downloadsrc-1ab562901c0acbddec7f7aab6ee9267415120034.tar.gz
src-1ab562901c0acbddec7f7aab6ee9267415120034.zip
CND has been unused for two years, and RND has been unused for five
years; remove them from CFLAGS. PR: 23712 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=78451
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r--usr.sbin/pw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index fc4d2eec62b7..9356963df7dd 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -8,7 +8,7 @@ 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 $(CDB) $(RND)
+CFLAGS+= -W -Wall
LDADD= -lcrypt -lutil
DPADD= ${LIBCRYPT} ${LIBUTIL}