summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-16 10:55:45 +0000
committermarcel <marcel@FreeBSD.org>1999-12-16 10:55:45 +0000
commite32efbad285f28ce55ac811ba3cccde58f65eccc (patch)
tree2577dcf6b43f1871bfaa9e543384fda4263e80d7 /usr.sbin
parent92744e1faca3ab13bd1ee99163695a5dc9b6a763 (diff)
downloadFreeBSD-src-e32efbad285f28ce55ac811ba3cccde58f65eccc.zip
FreeBSD-src-e32efbad285f28ce55ac811ba3cccde58f65eccc.tar.gz
Add libmd (or move it after libcrypt). We don't want the linker to be
smart because it will definitely get it wrong. This popped up during cross-linking.
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 e6c9fa3..02c2957 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
-DPADD= ${LIBCRYPT}
+LDADD= -lcrypt -lmd
+DPADD= ${LIBCRYPT} ${LIBMD}
BINMODE=0555
diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile
index 772b5fb..eb63061 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}
-LDADD= -lrpcsvc -lcrypt
+DPADD= ${LIBRPCSVC} ${LIBCRYPT} ${LIBMD}
+LDADD= -lrpcsvc -lcrypt -lmd
CLEANFILES= ${GENSRCS}
OpenPOWER on IntegriCloud