diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-07-04 17:12:00 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-07-04 17:12:00 +0000 |
| commit | 2600f5f931101a40d8ac8d0773f1002eccdddcac (patch) | |
| tree | 5b78e3b52e533d90c3a4732eca7785f0ae31074f /gnu | |
| parent | 88a0f6ee9327c47804a6b71aac1a40ac7c85d6fc (diff) | |
Separate out tar and cpio.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 3f95ce025d3..6b870a9cc7b 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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 |
