From 7c99ddf2cc5715591e992eb8ddd7d6f2c6bdd914 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 16 Dec 1999 10:55:45 +0000 Subject: 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. --- libexec/makekey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/makekey') diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 2028c6dad80b..d61df5d824c7 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 -- cgit v1.3