summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:53:43 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:53:43 +0000
commit98f978a585331a92a4e3ce1066de1ffd1cc72480 (patch)
treefa595a32dd0b1b05168133682da9e3408a6fb0a3
parent9953d9b05d7cd373f5252d5d4c9e6e47fb869d26 (diff)
Notes
-rw-r--r--gnu/lib/Makefile5
-rw-r--r--gnu/usr.bin/Makefile8
2 files changed, 6 insertions, 7 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index a17364916565..3c81143abea3 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -1,6 +1,5 @@
-# $Id: Makefile,v 1.6 1995/01/04 22:38:51 ache Exp $
+# $Id: Makefile,v 1.7 1995/01/11 04:34:23 ache Exp $
-SUBDIR= libdialog libg++ libmalloc libregex libregex/doc libreadline \
- libreadline/doc
+SUBDIR= libdialog libg++ libmalloc libregex libreadline
.include <bsd.subdir.mk>
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index ec620a06b4c8..9417379a3149 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.16 1995/01/12 02:50:50 ache Exp $
+# $Id: Makefile,v 1.17 1995/01/12 02:56:15 ache Exp $
-SUBDIR= as as/doc awk awk/doc bc cc cpio cvs dc dc/doc dialog diff diff3 gdb \
- grep groff gzip kgdb ld man patch perl ptx ptx/doc rcs sdiff send-pr \
- send-pr/doc sort tar texinfo
+SUBDIR= as awk bc cc cpio cvs dc dialog diff diff3 gdb \
+ grep groff gzip kgdb ld man patch perl ptx rcs sdiff send-pr \
+ sort tar texinfo
.include <bsd.subdir.mk>