diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 15:21:44 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 15:21:44 +0000 |
| commit | 079e465705c766d391495942ec63a96246d6f16c (patch) | |
| tree | 65b61350be5d8fd74634c9c58140b8bd1a5632a7 /gnu/usr.bin/Makefile | |
| parent | d103b84809fb7bda35ef5b90f626fb9b5c324987 (diff) | |
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 |
