NetBSD/gnu/usr.bin/Makefile

26 lines
710 B
Makefile
Raw Normal View History

1998-12-13 02:44:22 +03:00
# $NetBSD: Makefile,v 1.60 1998/12/12 23:45:40 tv Exp $
1998-12-13 02:44:22 +03:00
SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep groff
SUBDIR+= gzip rcs sdiff send-pr sort tar gdb
1998-09-30 06:57:34 +04:00
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "arm32") || \
(${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "mips") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "vax")
SUBDIR+= gas.new
.else
SUBDIR+= gas
.endif
# XXX mips vs mips{el,eb}. Should be all ELF hosts anyway.
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips")
SUBDIR+= ld.new ld/rtld ld/ldd ld/ldconfig
.else
SUBDIR+= ld
.endif
.if (${OBJECT_FMT} == "ELF") && (${MACHINE_ARCH} != "mips")
SUBDIR+= gprof
.endif
.include <bsd.subdir.mk>