diff options
Diffstat (limited to 'gnu/usr.bin/Makefile')
| -rw-r--r-- | gnu/usr.bin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 6d3dbfebf7079..8d1e080c8f3b3 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 |
