diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:16:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:16:44 +0000 |
commit | f58841cc741324aa9089d13e0a7d054775f3b76e (patch) | |
tree | 8e44a11c77299180eff383aae810edc45466e680 /sbin/isakmpd/sysdep | |
parent | 9ee8599b004032d63b844925da3deccb1ffe29c5 (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.sysdep | 4 |
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 |