summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
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/rpc.yppasswdd
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/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/Makefile4
1 files changed, 2 insertions, 2 deletions
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