From da4f6e72b9dec750ea01a6630dcd519f57e2f920 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 12 Mar 1998 16:54:22 +0000 Subject: Variable to allow AFS support for certain utils and libs. --- share/mk/bsd.own.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 5b1956b24ee..43d9f131d2a 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.19 1997/06/01 05:25:28 downsj Exp $ +# $OpenBSD: bsd.own.mk,v 1.20 1998/03/12 16:54:21 art Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -19,6 +19,8 @@ YP?= yes # Set `TCP_WRAPPERS' to `yes' to build certain networking daemons with # integrated support for libwrap. TCP_WRAPPERS?= yes +# Set `AFS` to `yes' to build certain utilities and libraries with AFS-support +AFS?= no # where the system object and source trees are kept; can be configurable # by the user in case they want them in ~/foosrc and ~/fooobj, for example -- cgit v1.2.3