diff options
author | obrien <obrien@FreeBSD.org> | 2008-03-19 15:21:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-03-19 15:21:44 +0000 |
commit | e08a03d64dd07745409e99416c09743154f8233f (patch) | |
tree | 65b61350be5d8fd74634c9c58140b8bd1a5632a7 /gnu/usr.bin/Makefile | |
parent | aec77fd0a6b340d7f0554e49b64775f9802e6a1f (diff) | |
download | FreeBSD-src-e08a03d64dd07745409e99416c09743154f8233f.zip FreeBSD-src-e08a03d64dd07745409e99416c09743154f8233f.tar.gz |
Re-enable the CVS build.
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 d441502..b54f840 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 |