diff options
author | peter <peter@FreeBSD.org> | 2004-04-15 01:01:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2004-04-15 01:01:07 +0000 |
commit | dfd3c578a82a6f926669c53ec72c55f7aba93228 (patch) | |
tree | 4b9023dd25f8b6306b1be5026d63a8c7f2ea68a5 /gnu/usr.bin | |
parent | bd06e547e00d2c16d042309eeafe379db200e8e7 (diff) | |
download | FreeBSD-src-dfd3c578a82a6f926669c53ec72c55f7aba93228.zip FreeBSD-src-dfd3c578a82a6f926669c53ec72c55f7aba93228.tar.gz |
Turn off cvs build for a few hours while importing.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index b6a7cbd..d57c497 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -15,8 +15,8 @@ _gperf=gperf SUBDIR+=groff .endif -.if !defined(NO_CVS) -SUBDIR+=cvs -.endif +#.if !defined(NO_CVS) +#SUBDIR+=cvs +#.endif .include <bsd.subdir.mk> |