summaryrefslogtreecommitdiffstats
path: root/libexec
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 /libexec
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 'libexec')
-rw-r--r--libexec/makekey/Makefile4
-rw-r--r--libexec/uucpd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile
index 2028c6d..d61df5d 100644
--- a/libexec/makekey/Makefile
+++ b/libexec/makekey/Makefile
@@ -4,7 +4,7 @@
PROG= makekey
MAN8= makekey.8
-DPADD+= ${LIBCRYPT}
-LDADD+= -lcrypt
+DPADD+= ${LIBCRYPT} ${LIBMD}
+LDADD+= -lcrypt -lmd
.include <bsd.prog.mk>
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile
index 3aeb623..c89c5ea 100644
--- a/libexec/uucpd/Makefile
+++ b/libexec/uucpd/Makefile
@@ -3,6 +3,6 @@
PROG= uucpd
MAN8= uucpd.8
-LDADD= -lcrypt -lutil
-DPADD= ${LIBCRYPT} ${LIBUTIL}
+LDADD= -lcrypt -lutil -lmd
+DPADD= ${LIBCRYPT} ${LIBUTIL} ${LIBMD}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud