summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-18 13:55:17 +0000
committerpeter <peter@FreeBSD.org>1999-12-18 13:55:17 +0000
commitd44e2d4226bf9eb5daa8609797680819058bc819 (patch)
tree3c5d814d56c288c5276b1f6789a14ff54ca8b34c /libexec
parent2c47e5f1e90cf19509244c9de6d167bf7642601a (diff)
downloadFreeBSD-src-d44e2d4226bf9eb5daa8609797680819058bc819.zip
FreeBSD-src-d44e2d4226bf9eb5daa8609797680819058bc819.tar.gz
Revert the libcrypt/libmd stuff back to how it was. This should not have
happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
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 d61df5d..2028c6d 100644
--- a/libexec/makekey/Makefile
+++ b/libexec/makekey/Makefile
@@ -4,7 +4,7 @@
PROG= makekey
MAN8= makekey.8
-DPADD+= ${LIBCRYPT} ${LIBMD}
-LDADD+= -lcrypt -lmd
+DPADD+= ${LIBCRYPT}
+LDADD+= -lcrypt
.include <bsd.prog.mk>
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile
index c89c5ea..3aeb623 100644
--- a/libexec/uucpd/Makefile
+++ b/libexec/uucpd/Makefile
@@ -3,6 +3,6 @@
PROG= uucpd
MAN8= uucpd.8
-LDADD= -lcrypt -lutil -lmd
-DPADD= ${LIBCRYPT} ${LIBUTIL} ${LIBMD}
+LDADD= -lcrypt -lutil
+DPADD= ${LIBCRYPT} ${LIBUTIL}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud