diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:23:48 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:23:48 +0000 |
commit | b7a547b26a73f0b7f1aaaed1829abc10af3135d0 (patch) | |
tree | 61bcf149f1f6b3e0b6efac3a1a9eb65366f45bf8 /usr.sbin | |
parent | dc054feed4dd1591c58aa1447c73a38dba77f6d4 (diff) |
Disable afs temporarily until the new code is comitted.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 876eea218b5..de6c67e8097 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.69 2000/09/03 18:41:22 espie Exp $ +# $OpenBSD: Makefile,v 1.70 2000/09/11 14:23:47 art Exp $ # not yet done: catman @@ -26,7 +26,7 @@ SUBDIR+=eeprom screenblank grfinfo hilinfo SUBDIR+=wsconscfg wsfontload .if (${AFS:L} == "yes") -SUBDIR+=afs +#SUBDIR+=afs .endif .if (${YP:L} == "yes") |