diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:01:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:01:07 +0000 |
| commit | 257229b8344f726e54893280d469db63f1d68e38 (patch) | |
| tree | 4b9023dd25f8b6306b1be5026d63a8c7f2ea68a5 /gnu | |
| parent | d901a5218e0664600dc8db23f51ec0c274240a59 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 b6a7cbd68871..d57c4974ab15 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> |
