diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-02 18:18:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-02 18:18:28 +0000 |
commit | 055ee0c405fb980cb81834b9b3810099c7e98f9e (patch) | |
tree | e3d03324c739d21c435387a3001b4c97db278fc5 /share/mk/bsd.own.mk | |
parent | 3b13e9e9d7ca17ef8364f007ff0dff08208a311a (diff) |
Enable AFS on mvme88k now.
Remember to update /usr/share/mk before you make obj.
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index ba7430a00cd..78bfbe85c87 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.80 2004/02/27 17:36:16 deraadt Exp $ +# $OpenBSD: bsd.own.mk,v 1.81 2004/03/02 18:18:27 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -20,11 +20,7 @@ YP?= yes # integrated support for libwrap. TCP_WRAPPERS?= yes # Set `AFS` to `yes' to build with AFS support. -.if (${MACHINE_ARCH} == "m88k") -AFS?= no -.else AFS?= yes -.endif # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no # Set toolchain to be able to know differences. |