From 2a670e33bad3ef222a4513fe42a9a688005f0e0b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 13 Jan 2008 06:56:31 +0000 Subject: [PATCH] Reenable cvs with the build. --- gnu/usr.bin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index d441502b6f0..b54f8409655 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 -- 2.45.0