diff options
author | 2004-02-12 05:28:02 +0000 | |
---|---|---|
committer | 2004-02-12 05:28:02 +0000 | |
commit | 45aa6a4ffee023d8920e9c392f551b557015a74a (patch) | |
tree | cc6ab7eb0922e4c811fc7a8efa329d5ae8f29945 | |
parent | Recognize the process.arm.S file committed earlier today. (diff) | |
download | wireguard-openbsd-45aa6a4ffee023d8920e9c392f551b557015a74a.tar.xz wireguard-openbsd-45aa6a4ffee023d8920e9c392f551b557015a74a.zip |
AFS works fine with process.arm.S, enable.
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
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 |