diff options
author | peter <peter@FreeBSD.org> | 2001-08-13 19:04:26 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-08-13 19:04:26 +0000 |
commit | 43cab203eb57f896875a58fe2f0eb6380fd372c6 (patch) | |
tree | 0b62733ac28daec3c6d2b3a9afc21a3c6cdecb8b /gnu | |
parent | e6e25b0f2c8d7fb99cbceef6cf6657e2b66c7308 (diff) | |
download | FreeBSD-src-43cab203eb57f896875a58fe2f0eb6380fd372c6.zip FreeBSD-src-43cab203eb57f896875a58fe2f0eb6380fd372c6.tar.gz |
Turn cvs back on. It seems that there's nothing outright broken, but there
are some odd things I've run into.. eg: log message formatting, etc.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index f4a3d00..694f38a 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -4,7 +4,7 @@ SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \ grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo .if !defined(NO_CVS) -#SUBDIR+=cvs +SUBDIR+=cvs .endif .if defined(WANT_AOUT) |