NetBSD/gnu/usr.bin/Makefile

29 lines
666 B
Makefile
Raw Normal View History

1999-02-11 18:43:43 +03:00
# $NetBSD: Makefile,v 1.80 1999/02/11 15:43:43 tv Exp $
1999-02-09 21:41:13 +03:00
SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep gprof groff
1999-02-11 18:43:43 +03:00
SUBDIR+= gzip ld.new rcs sdiff send-pr sort tar texinfo
.if (${MACHINE_ARCH} == "i386")
1999-02-11 03:49:43 +03:00
SUBDIR+= gdb
.endif
.if (${MACHINE_ARCH} == "m68k") || \
(${MACHINE_ARCH} == "ns32k")
SUBDIR+= gas
1999-02-07 21:12:24 +03:00
.else
SUBDIR+= gas.new
.endif
# for OBJECT_FMT
.include <bsd.own.mk>
.if (${MACHINE_ARCH} == "i386" && ${OBJECT_FMT} != "ELF") || \
(${MACHINE_ARCH} == "m68k") || \
(${MACHINE_ARCH} == "ns32k") || \
(${MACHINE_ARCH} == "sparc" && ${OBJECT_FMT} != "ELF") || \
(${MACHINE_ARCH} == "vax")
SUBDIR+= ld
.endif
.include <bsd.subdir.mk>