diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-01-13 06:56:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-01-13 06:56:31 +0000 |
commit | 2a670e33bad3ef222a4513fe42a9a688005f0e0b (patch) | |
tree | 455cda566f2b611dcf920b170ee1555336fb563b /gnu/usr.bin/Makefile | |
parent | 78a97497cd6b1bfaf32d72f141c46423f536bdfb (diff) | |
download | src-test2-2a670e33bad3ef222a4513fe42a9a688005f0e0b.tar.gz src-test2-2a670e33bad3ef222a4513fe42a9a688005f0e0b.zip |
Notes
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 d441502b6f03..b54f8409655d 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -30,9 +30,9 @@ _groff= groff .endif .endif -#.if ${MK_CVS} != "no" -#_cvs= cvs -#.endif +.if ${MK_CVS} != "no" +_cvs= cvs +.endif .if ${MK_MAN} != "no" _man= man |