diff options
author | peter <peter@FreeBSD.org> | 2001-08-10 09:35:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-08-10 09:35:58 +0000 |
commit | e832f306d6c3f06dc0d801543a4302233e24e063 (patch) | |
tree | f2090adbdacb86a3d19777e32001b2748d256d17 /gnu | |
parent | 257f6bb43abf6a63550a629e59ae95353f15b29e (diff) | |
download | FreeBSD-src-e832f306d6c3f06dc0d801543a4302233e24e063.zip FreeBSD-src-e832f306d6c3f06dc0d801543a4302233e24e063.tar.gz |
Temporarily turn off cvs builds for the (short) duration of
import/verification.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 694f38a..f4a3d00 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -4,7 +4,7 @@ SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \ grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo .if !defined(NO_CVS) -SUBDIR+=cvs +#SUBDIR+=cvs .endif .if defined(WANT_AOUT) |