summaryrefslogtreecommitdiffstats
path: root/usr.sbin/keyserv/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.sbin/keyserv/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.sbin/keyserv/Makefile')
-rw-r--r--usr.sbin/keyserv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/keyserv/Makefile b/usr.sbin/keyserv/Makefile
index 09007e9..60a0a6d 100644
--- a/usr.sbin/keyserv/Makefile
+++ b/usr.sbin/keyserv/Makefile
@@ -10,7 +10,7 @@ CFLAGS+= -DOBJFORMAT_ELF
.endif
DPADD= ${LIBMP} ${LIBRPCSVC}
-LDADD= -lmp -lrpcsvc
+LDADD= -lmp -lcrypto -lrpcsvc
RPCDIR= ${DESTDIR}/usr/include/rpcsvc
OpenPOWER on IntegriCloud