NetBSD/gnu/usr.bin/Makefile

29 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.94 2000/06/17 17:59:28 tsutsui 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
.if (${MACHINE_ARCH} != "sparc64")
SUBDIR+= gdb
.endif
.if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") || \
(${MACHINE_ARCH} == "ns32k")
SUBDIR+= gas
.endif
.if (${OBJECT_FMT} != "ELF") && \
((${MACHINE_ARCH} == "arm32") || \
(${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "m68k") || \
(${MACHINE_ARCH} == "ns32k") || \
(${MACHINE_ARCH} == "sparc") || \
(${MACHINE_ARCH} == "vax"))
SUBDIR+= ld
.endif
.include <bsd.subdir.mk>