summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-19 00:39:29 +0000
committerdd <dd@FreeBSD.org>2001-06-19 00:39:29 +0000
commita284c32828b22b44c79053fd882a4093a9d06a11 (patch)
tree74e62c0d537e573b140b540278c16007dd21f74b /usr.sbin/pw
parent18ce5cb97da4dc1de3d9d187da98667e6f2f810b (diff)
downloadFreeBSD-src-a284c32828b22b44c79053fd882a4093a9d06a11.zip
FreeBSD-src-a284c32828b22b44c79053fd882a4093a9d06a11.tar.gz
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>
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 fc4d2ee..9356963 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}
OpenPOWER on IntegriCloud