diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2000-12-29 03:13:08 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2000-12-29 03:13:08 +0000 |
commit | f436779b8220e1e0bb1b39509a9925cd2d23c0ef (patch) | |
tree | a3b605de45bcfe84914c180b2106c07a7eb0fb95 /sbin/isakmpd | |
parent | fd0fc607c10ca0f66a60bf32026cc9f6c9e900be (diff) |
correct m88k definitions.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 6 |
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 |