summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-12-12 01:45:09 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-12-12 01:45:09 +0000
commit5b85afbca42ea027a266de6fecefb7ee37996c76 (patch)
tree2357e79873c6c6dff7d7ca9ce8d9a79dba68698c /sbin/isakmpd/sysdep
parent783a4c5a602034a099cd7b9416e60cc0fcac1e0a (diff)
Merge with EOM 1.17
author: niklas Do not try to deal with weak syms on archs that do not have shlibs
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r--sbin/isakmpd/sysdep/openbsd/Makefile.sysdep6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
index dc430d944ef..6c0b141f040 100644
--- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.sysdep,v 1.10 2000/10/16 23:26:44 niklas Exp $
-# $EOM: Makefile.sysdep,v 1.16 2000/10/15 19:58:40 niklas Exp $
+# $OpenBSD: Makefile.sysdep,v 1.11 2000/12/12 01:45:08 niklas Exp $
+# $EOM: Makefile.sysdep,v 1.17 2000/12/12 01:18:11 niklas Exp $
#
# Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -49,7 +49,9 @@ USE_LIBCRYPTO= defined
.ifdef FEATURES
.if ${FEATURES:Mpolicy} == "policy"
+.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "mvme88k"
SRCS+= keynote_compat.c
+.endif
USE_KEYNOTE= defined
.endif
.endif