NetBSD/gnu/usr.bin/Makefile

29 lines
704 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.106 2001/12/03 22:29:35 martin Exp $
1999-02-19 13:00:41 +03:00
# for OBJECT_FMT
.include <bsd.own.mk>
SUBDIR+= bc binutils c89 cvs dc diff diff3 egcs gas.new gawk gcc gdb grep
2001-08-10 16:34:45 +04:00
SUBDIR+= gprof groff gzip ld.new rcs sdiff send-pr texinfo
2000-07-04 21:12:00 +04:00
SUBDIR+= cpio
SUBDIR+= tar
2000-11-02 15:32:04 +03:00
SUBDIR+= gettext
.if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") || \
(${MACHINE_ARCH} == "ns32k")
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"))
SUBDIR+= ld
.endif
.include <bsd.subdir.mk>