summaryrefslogtreecommitdiff
path: root/usr.bin/newkey
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-29 08:58:22 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-29 08:58:22 +0000
commit7bd0b867654c2163211bdc7e017affec19be0f78 (patch)
treeb4c753f36a759398ec323557f995117019efca84 /usr.bin/newkey
parent656c5bc76b972d4df1f1d25744dd11e44c057e5f (diff)
downloadsrc-test-7bd0b867654c2163211bdc7e017affec19be0f78.tar.gz
src-test-7bd0b867654c2163211bdc7e017affec19be0f78.zip
Enable the new libmp in the build, and disable libgmp and its
henchmen.
Notes
Notes: svn path=/head/; revision=80530
Diffstat (limited to 'usr.bin/newkey')
-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 560c02039e458..2ea0091b5add1 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>