summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-08 16:16:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-08 16:16:44 +0000
commitf58841cc741324aa9089d13e0a7d054775f3b76e (patch)
tree8e44a11c77299180eff383aae810edc45466e680 /sbin/isakmpd/sysdep
parent9ee8599b004032d63b844925da3deccb1ffe29c5 (diff)
the lovely thing about layers and layers of compatible stuff, is that
deep down in the guts of it assumptions such as "this particular processors has no shared libraries yet" get hidden, only to be found about 2 years later. i hate code that hides stuff like that from me.
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r--sbin/isakmpd/sysdep/openbsd/Makefile.sysdep4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
index 6f6db3b2f9f..c2c2d62c588 100644
--- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.29 2005/04/08 16:14:05 deraadt Exp $
+# $OpenBSD: Makefile.sysdep,v 1.30 2005/04/08 16:16:43 deraadt Exp $
# $EOM: Makefile.sysdep,v 1.18 2001/01/26 10:55:22 niklas Exp $
#
@@ -34,7 +34,7 @@ IPSEC_CFLAGS= -DUSE_PF_KEY_V2 -DUSE_DEFAULT_ROUTE
.ifdef FEATURES
.if ${FEATURES:Mpolicy} == "policy"
-.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k"
+.if ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k"
POLICY+= keynote_compat.c
.endif
USE_KEYNOTE= defined