summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmurph <smurph@openbsd.org>2000-12-29 03:13:07 +0000
committersmurph <smurph@openbsd.org>2000-12-29 03:13:07 +0000
commit655023805bd0dc675cda3c0905c862a79aae2a8c (patch)
tree07ea942b7661b7304e5ac3bfc8b978a824a93099
parentadd missing null pointer check. from IIJ SEIL team. sync with kame (diff)
downloadwireguard-openbsd-655023805bd0dc675cda3c0905c862a79aae2a8c.tar.xz
wireguard-openbsd-655023805bd0dc675cda3c0905c862a79aae2a8c.zip
correct m88k definitions.
-rw-r--r--sbin/isakmpd/sysdep/openbsd/Makefile.sysdep6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
index 6c0b141f040..c923eda4e9f 100644
--- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.11 2000/12/12 01:45:08 niklas Exp $
+# $OpenBSD: Makefile.sysdep,v 1.12 2000/12/29 03:13:07 smurph Exp $
# $EOM: Makefile.sysdep,v 1.17 2000/12/12 01:18:11 niklas Exp $
#
@@ -40,7 +40,7 @@ IPSEC_CFLAGS= -DUSE_PF_KEY_V2
CFLAGS+= -DHAVE_GETNAMEINFO
# Some OpenBSD systems do not provide dlopen(3).
-.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "vax"
+.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k"
HAVE_DLOPEN= defined
CFLAGS+= -DSYMBOL_PREFIX='"_"'
.endif
@@ -49,7 +49,7 @@ USE_LIBCRYPTO= defined
.ifdef FEATURES
.if ${FEATURES:Mpolicy} == "policy"
-.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "mvme88k"
+.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k"
SRCS+= keynote_compat.c
.endif
USE_KEYNOTE= defined