Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin Separate out tar and cpio.



details:   https://anonhg.NetBSD.org/src/rev/70019a6d0127
branches:  trunk
changeset: 494260:70019a6d0127
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 04 17:12:00 2000 +0000

description:
Separate out tar and cpio.

diffstat:

 gnu/usr.bin/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 81f682c79f1a -r 70019a6d0127 gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Tue Jul 04 16:34:33 2000 +0000
+++ b/gnu/usr.bin/Makefile      Tue Jul 04 17:12:00 2000 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: Makefile,v 1.94 2000/06/17 17:59:28 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.95 2000/07/04 17:12:00 thorpej Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
 
-SUBDIR+=       bc binutils cpio dc diff diff3 egcs gas.new gawk grep gprof
-SUBDIR+=       groff gzip ld.new rcs sdiff send-pr sort tar texinfo
+SUBDIR+=       bc binutils dc diff diff3 egcs gas.new gawk grep gprof
+SUBDIR+=       groff gzip ld.new rcs sdiff send-pr sort texinfo
+
+SUBDIR+=       cpio
+SUBDIR+=       tar
 
 .if (${MACHINE_ARCH} != "sparc64")
 SUBDIR+=       gdb



Home | Main Index | Thread Index | Old Index