diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 19:19:40 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 19:19:40 +0000 |
commit | c3e5ea6383ccc7749e35670ccf210707f5fceb8f (patch) | |
tree | fd33707f3845bf0335450cbba08b2db9e9e6091a /sbin/isakmpd/Makefile | |
parent | 36660d77e44461f6827dbe72048823908f1c7512 (diff) |
remove gmp, no binary change
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index baee24bc5e0..0998fb5d4e2 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.72 2005/04/08 19:08:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.73 2005/04/08 19:19:39 hshoexer Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -98,8 +98,6 @@ SUBDIR+= samples .endif .endfor -CFLAGS+= -DMP_FLAVOUR=MP_FLAVOUR_OPENSSL - SRCS+= ${DNSSEC} \ pf_key_v2.c policy.c math_ec2n.c ike_aggressive.c isakmp_cfg.c \ dpd.c monitor.c monitor_fdpass.c nat_traversal.c udp_encap.c |