summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-02-12 05:28:03 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-02-12 05:28:03 +0000
commitce69bb046e9e2f75a2442104b256920579c1edae (patch)
treeca4098d0c3c81c9df21f853f04851ded760f263d /share
parentb8926b7ced8b01b1268e08970c4354d629432f59 (diff)
AFS works fine with process.arm.S, enable.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 6111ba22f29..3d749d59912 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.77 2004/02/11 23:15:50 deraadt Exp $
+# $OpenBSD: bsd.own.mk,v 1.78 2004/02/12 05:28:02 drahn Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -20,7 +20,7 @@ YP?= yes
# integrated support for libwrap.
TCP_WRAPPERS?= yes
# Set `AFS` to `yes' to build with AFS support.
-.if (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m88k")
+.if (${MACHINE_ARCH} == "m88k")
AFS?= no
.else
AFS?= yes