summaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-03-12 16:54:22 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-03-12 16:54:22 +0000
commitda4f6e72b9dec750ea01a6630dcd519f57e2f920 (patch)
treee495f705f2d02e71eb33b377e9949ef13741a22b /share/mk/bsd.own.mk
parentd0718a2c56e2409baa5880aa349c839a32af2fec (diff)
Variable to allow AFS support for certain utils and libs.
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 3 insertions, 1 deletions
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