diff options
author | nate <nate@FreeBSD.org> | 1995-04-11 17:28:26 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1995-04-11 17:28:26 +0000 |
commit | acbb8602acccf041ac9749c58389df33109c6985 (patch) | |
tree | 183b931a7352e9cc6d3fa8a0a67cee64f8999061 | |
parent | 49bffa9247ae5b6afeab9e8875e40d70a6b01cbe (diff) | |
download | FreeBSD-src-acbb8602acccf041ac9749c58389df33109c6985.zip FreeBSD-src-acbb8602acccf041ac9749c58389df33109c6985.tar.gz |
Re-enabled cvs now that Rod is satisfied that it will work correctly.
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index fe0bdef..55e8047 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.25 1995/03/22 19:39:45 nate Exp $ +# $Id: Makefile,v 1.26 1995/03/31 08:00:06 nate Exp $ -SUBDIR= as awk bc cc cpio dc dialog diff diff3 gdb \ +SUBDIR= as awk bc cc cpio cvs dc dialog diff diff3 gdb \ grep groff gzip ld man mkisofs patch perl ptx rcs sdiff send-pr \ sort tar texinfo yppush |