diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-15 17:24:47 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-15 17:24:47 +0000 |
commit | b4a44effef28d62fde758f849799fa8ec65ee7be (patch) | |
tree | e51755665ff1c9c631c5fc085928479ad9d9fb2b | |
parent | e66ee966e48c65b9c81757630a6d574b64a99eaf (diff) |
enable AFS
-rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index d39339b7061..3f45056d8db 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.22 1998/08/28 21:44:24 mickey Exp $ +# $OpenBSD: bsd.own.mk,v 1.23 1998/09/15 17:24:46 art Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -19,8 +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 +# Set `AFS` to `yes' to build with AFS support. +AFS?= yes # 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 |