diff options
author | dd <dd@FreeBSD.org> | 2001-07-29 08:58:22 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-29 08:58:22 +0000 |
commit | a12e9377b2092a09630cc31908b4fedb790238a2 (patch) | |
tree | b4c753f36a759398ec323557f995117019efca84 /usr.bin/newkey | |
parent | 2aadb933013c79e6433612e84aeae7f3138631d1 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.bin/newkey/Makefile | 2 |
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> |