diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-15 03:52:17 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-15 03:52:17 +0000 |
| commit | 77dec3a0c76af7a34f5f54c22dc065a5c58a582d (patch) | |
| tree | c7889f5384649785893aede7c7e455a13919511b /gnu | |
| parent | b1da34ca3134a986495428aeccc370274eae13be (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 |
