diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-04-03 10:55:23 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-04-03 10:55:23 +0000 |
commit | f96f9d43ff287b1abff52e03b4ab075779dc6897 (patch) | |
tree | 85d322d6c5095a554d3e5e89709871a7f4948808 /sbin/isakmpd/sysdep/netbsd/Makefile.sysdep | |
parent | 78797e58aa97153b8fe7c81712529ae8b2a30ae7 (diff) |
x509 verified to work on NetBSD now
Diffstat (limited to 'sbin/isakmpd/sysdep/netbsd/Makefile.sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/netbsd/Makefile.sysdep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep index 4849d1eaa91..0a2ff2b89ad 100644 --- a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sysdep,v 1.4 2001/02/24 04:42:49 angelos Exp $ +# $OpenBSD: Makefile.sysdep,v 1.5 2001/04/03 10:55:21 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -28,9 +28,9 @@ # # Override default features -FEATURES= tripledes des blowfish cast ec aggressive debug +FEATURES= tripledes des blowfish cast ec aggressive debug x509 # Not yet -#FEATURES+= policy x509 +#FEATURES+= policy LIBGMP= /usr/pkg/lib/libgmp.a LIBCRYPTO= /usr/lib/libcrypto.a |