diff options
author | obrien <obrien@FreeBSD.org> | 2008-01-13 06:56:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-01-13 06:56:31 +0000 |
commit | b70f24b976306b6b93a744a8dffff7967b7346b4 (patch) | |
tree | 455cda566f2b611dcf920b170ee1555336fb563b /gnu/usr.bin/Makefile | |
parent | 364a5112a564e9de0069186464caebc47ce20d89 (diff) | |
download | FreeBSD-src-b70f24b976306b6b93a744a8dffff7967b7346b4.zip FreeBSD-src-b70f24b976306b6b93a744a8dffff7967b7346b4.tar.gz |
Reenable cvs with the 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 |