2000-06-03 10:00:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.93 2000/06/03 06:00:04 matt Exp $
|
1999-02-19 13:00:41 +03:00
|
|
|
|
|
|
|
# for OBJECT_FMT
|
|
|
|
.include <bsd.own.mk>
|
1998-04-09 04:05:14 +04:00
|
|
|
|
1999-02-09 21:41:13 +03:00
|
|
|
SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep gprof groff
|
1999-02-19 16:12:17 +03:00
|
|
|
SUBDIR+= gzip ld.new rcs sdiff send-pr sort tar texinfo
|
1999-02-03 01:48:11 +03:00
|
|
|
|
2000-06-03 10:00:04 +04:00
|
|
|
.if (${MACHINE_ARCH} != "sparc64")
|
1999-02-11 03:49:43 +03:00
|
|
|
SUBDIR+= gdb
|
1999-02-03 01:48:11 +03:00
|
|
|
.endif
|
1995-04-23 11:50:55 +04:00
|
|
|
|
1999-05-01 20:38:17 +04:00
|
|
|
.if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") || \
|
1999-02-03 04:11:23 +03:00
|
|
|
(${MACHINE_ARCH} == "ns32k")
|
1998-05-19 23:09:31 +04:00
|
|
|
SUBDIR+= gas
|
1999-02-07 21:12:24 +03:00
|
|
|
.else
|
1999-02-03 04:11:23 +03:00
|
|
|
SUBDIR+= gas.new
|
1998-05-19 23:09:31 +04:00
|
|
|
.endif
|
|
|
|
|
1999-11-17 05:52:29 +03:00
|
|
|
.if (${OBJECT_FMT} != "ELF") && \
|
|
|
|
((${MACHINE_ARCH} == "arm32") || \
|
|
|
|
(${MACHINE_ARCH} == "i386") || \
|
|
|
|
(${MACHINE_ARCH} == "m68k") || \
|
|
|
|
(${MACHINE_ARCH} == "ns32k") || \
|
|
|
|
(${MACHINE_ARCH} == "sparc") || \
|
|
|
|
(${MACHINE_ARCH} == "vax"))
|
1998-08-28 01:24:59 +04:00
|
|
|
SUBDIR+= ld
|
|
|
|
.endif
|
1998-04-09 04:05:14 +04:00
|
|
|
|
1998-10-19 08:18:15 +04:00
|
|
|
.include <bsd.subdir.mk>
|