diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2004-06-21 23:28:19 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2004-06-21 23:28:19 +0000 |
commit | d93ea4d97cbdba42794bb856a9402c2926e0d1c6 (patch) | |
tree | 8138eb6d9c8d5cc9219c29e5d55fee0c112a47e4 /sbin/isakmpd | |
parent | 19361778431fa0cc1cf73abf7ffecf3142793f9b (diff) |
Enable NAT-T support.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index b1a9ff6e95f..b57f1d312c1 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2004/06/20 15:24:05 ho Exp $ +# $OpenBSD: Makefile,v 1.54 2004/06/21 23:28:18 ho Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -50,7 +50,7 @@ OS= openbsd #FEATURES+= rawkey isakmp_cfg dnssec privsep dpd nat_traversal FEATURES= tripledes des blowfish cast aes FEATURES+= policy x509 ec aggressive debug -FEATURES+= rawkey isakmp_cfg privsep +FEATURES+= rawkey isakmp_cfg privsep nat_traversal .PATH: ${.CURDIR}/sysdep/${OS} |