diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 17:24:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 17:24:28 +0000 |
commit | f439fa820e449caf4c173db52ae7c325d443fe50 (patch) | |
tree | 2d43bb49e15dcd3a41868746e23cd27971478ebe | |
parent | 5c749832e930c8f2d8004ea32f34efc9cf664d3e (diff) |
old static lib stuff is not even needed...
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep index c2c2d62c588..4e4fb7cc256 100644 --- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sysdep,v 1.30 2005/04/08 16:16:43 deraadt Exp $ +# $OpenBSD: Makefile.sysdep,v 1.31 2005/04/08 17:24:27 deraadt Exp $ # $EOM: Makefile.sysdep,v 1.18 2001/01/26 10:55:22 niklas Exp $ # @@ -31,12 +31,3 @@ IPSEC_SRCS= pf_key_v2.c IPSEC_CFLAGS= -DUSE_PF_KEY_V2 -DUSE_DEFAULT_ROUTE - -.ifdef FEATURES -.if ${FEATURES:Mpolicy} == "policy" -.if ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k" -POLICY+= keynote_compat.c -.endif -USE_KEYNOTE= defined -.endif -.endif |