diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:53:08 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:53:08 +0000 |
commit | 9e89918e6787adc8afc8de44cf11af316a6c819f (patch) | |
tree | 20725e62335851407e90477d1c0c6c3715340741 | |
parent | 0b8fb2e3118863a28edff02ec25366b7ccb2e528 (diff) |
Reenable afs.
-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 de6c67e8097..74a69712d1c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2000/09/11 14:23:47 art Exp $ +# $OpenBSD: Makefile,v 1.71 2000/09/11 14:53:07 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") |