2000-07-04 21:12:00 +04:00
|
|
|
# $NetBSD: Makefile,v 1.95 2000/07/04 17:12:00 thorpej Exp $
|
1999-02-19 13:00:41 +03:00
|
|
|
|
|
|
|
# for OBJECT_FMT
|
|
|
|
.include <bsd.own.mk>
|
1998-04-09 04:05:14 +04:00
|
|
|
|
2000-07-04 21:12:00 +04:00
|
|
|
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
|
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
|
|
|
|
.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>
|