summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock
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.bin/lock
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.bin/lock')
-rw-r--r--usr.bin/lock/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile
index a4b697a..42dbdfc 100644
--- a/usr.bin/lock/Makefile
+++ b/usr.bin/lock/Makefile
@@ -1,8 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= lock
BINMODE=4555
-DPADD= ${LIBCRYPT}
-LDADD= -lcrypt
+DPADD= ${LIBCRYPT} ${LIBMD}
+LDADD= -lcrypt -lmd
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud