summaryrefslogtreecommitdiffstats
path: root/usr.bin/newkey/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-29 08:58:22 +0000
committerdd <dd@FreeBSD.org>2001-07-29 08:58:22 +0000
commita12e9377b2092a09630cc31908b4fedb790238a2 (patch)
treeb4c753f36a759398ec323557f995117019efca84 /usr.bin/newkey/Makefile
parent2aadb933013c79e6433612e84aeae7f3138631d1 (diff)
downloadFreeBSD-src-a12e9377b2092a09630cc31908b4fedb790238a2.zip
FreeBSD-src-a12e9377b2092a09630cc31908b4fedb790238a2.tar.gz
Enable the new libmp in the build, and disable libgmp and its
henchmen.
Diffstat (limited to 'usr.bin/newkey/Makefile')
-rw-r--r--usr.bin/newkey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile
index 560c020..2ea0091 100644
--- a/usr.bin/newkey/Makefile
+++ b/usr.bin/newkey/Makefile
@@ -8,6 +8,6 @@ MAN= newkey.8
#CFLAGS+= -DYP
DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBGMP}
-LDADD= -lrpcsvc -lmp -lgmp
+LDADD= -lrpcsvc -lmp -lcrypto
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud