diff options
author | peter <peter@FreeBSD.org> | 2004-04-15 01:54:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2004-04-15 01:54:28 +0000 |
commit | 8669a5b76291862cb2cf54eb6dc20ed25daef756 (patch) | |
tree | a3abf516d27600164e5f83cddf2486efe8f1bb43 /gnu/usr.bin/Makefile | |
parent | f38d95d3031d07e05282d962231482b7cb1d3442 (diff) | |
download | FreeBSD-src-8669a5b76291862cb2cf54eb6dc20ed25daef756.zip FreeBSD-src-8669a5b76291862cb2cf54eb6dc20ed25daef756.tar.gz |
Update bmake glue for cvs-1.11.15, with apologies to Jacques for messing
up his day. The *.patch files are still fine for MFC'ing.
Diffstat (limited to 'gnu/usr.bin/Makefile')
-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 d57c497..b6a7cbd 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> |