diff options
author | peter <peter@FreeBSD.org> | 1995-12-18 08:04:53 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-12-18 08:04:53 +0000 |
commit | 4e5c405d9b1731661fc2d9b06b5693ffe8b7fd85 (patch) | |
tree | f758569db5c35f0190a6e7242e92ddcd034f1d23 /gnu/usr.bin/Makefile | |
parent | 9b9a2cb9f03ddc5ef290c07362b047f9290aa0cf (diff) | |
download | FreeBSD-src-4e5c405d9b1731661fc2d9b06b5693ffe8b7fd85.zip FreeBSD-src-4e5c405d9b1731661fc2d9b06b5693ffe8b7fd85.tar.gz |
Re-connect cvs to gnu/usr.bin/Makefile..
(Note that you need to have either done a 'make world' or explicitly
run a 'make distrib-dirs' (in src/etc) to get some needed directories in
/usr/share/examples/cvs to be built.)
Diffstat (limited to 'gnu/usr.bin/Makefile')
-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 86ee328..c62f69c 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.27 1995/04/11 17:28:26 nate Exp $ +# $Id: Makefile,v 1.28 1995/12/10 21:50:02 peter 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 |