summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pw/Makefile4
-rw-r--r--usr.sbin/rpc.yppasswdd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 02c2957..e6c9fa3 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -10,8 +10,8 @@ MAN8= pw.8
#RND= -DUSE_MD5RAND
CFLAGS+= -W -Wall $(CDB) $(RND)
-LDADD= -lcrypt -lmd
-DPADD= ${LIBCRYPT} ${LIBMD}
+LDADD= -lcrypt
+DPADD= ${LIBCRYPT}
BINMODE=0555
diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile
index eb63061..772b5fb 100644
--- a/usr.sbin/rpc.yppasswdd/Makefile
+++ b/usr.sbin/rpc.yppasswdd/Makefile
@@ -17,8 +17,8 @@ CFLAGS+= -I${.CURDIR}/../../usr.sbin/vipw -I${.CURDIR}/../../usr.sbin/ypserv \
-I${.CURDIR}/../../libexec/ypxfr -I${.CURDIR}/../../usr.bin/chpass \
-I${.CURDIR} -I.
-DPADD= ${LIBRPCSVC} ${LIBCRYPT} ${LIBMD}
-LDADD= -lrpcsvc -lcrypt -lmd
+DPADD= ${LIBRPCSVC} ${LIBCRYPT}
+LDADD= -lrpcsvc -lcrypt
CLEANFILES= ${GENSRCS}
OpenPOWER on IntegriCloud