summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/Makefile
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 /usr.sbin/pw/Makefile
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 'usr.sbin/pw/Makefile')
-rw-r--r--usr.sbin/pw/Makefile4
1 files changed, 2 insertions, 2 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
OpenPOWER on IntegriCloud