summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-15 03:52:17 +0000
committerpeter <peter@FreeBSD.org>1999-09-15 03:52:17 +0000
commite2c605abd09c68a264a51f01f9362d297976ea63 (patch)
tree405d72324d40c0087d7b27ab9ab3db1f59fd3b04 /gnu/usr.bin/Makefile
parentbef40192ab87ddf408f5be049abde8407975bcbb (diff)
downloadFreeBSD-src-e2c605abd09c68a264a51f01f9362d297976ea63.zip
FreeBSD-src-e2c605abd09c68a264a51f01f9362d297976ea63.tar.gz
Add a hook for disabling cvs and collect a few similar options together.
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 6d3dbfe..8d1e080 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,8 +1,12 @@
# $FreeBSD$
-SUBDIR= awk bc binutils bison cc cpio cvs dc dialog diff diff3 gperf \
+SUBDIR= awk bc binutils bison 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
+.endif
+
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=as ld
.endif
OpenPOWER on IntegriCloud