NetBSD/gnu/usr.bin/Makefile
2000-08-07 03:07:24 +00:00

28 lines
676 B
Makefile

# $NetBSD: Makefile,v 1.96 2000/08/07 03:07:24 mrg Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
SUBDIR+= bc binutils dc diff diff3 egcs gas.new gawk gdb grep gprof
SUBDIR+= groff gzip ld.new rcs sdiff send-pr sort texinfo
SUBDIR+= cpio
SUBDIR+= tar
.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>