33 lines
484 B
Makefile
33 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.120 2004/03/26 08:52:26 mrg Exp $
|
|
|
|
# for OBJECT_FMT
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= bc
|
|
.if ${MKBINUTILS} != "no"
|
|
SUBDIR+= binutils
|
|
.endif
|
|
SUBDIR+= c89
|
|
.if ${MKCVS} != "no"
|
|
SUBDIR+= cvs
|
|
.endif
|
|
SUBDIR+= dc diffutils grep
|
|
SUBDIR+= groff rcs send-pr texinfo
|
|
|
|
SUBDIR+= gettext
|
|
|
|
.if ${MKGDB} != "no"
|
|
#SUBDIR+= sim .WAIT
|
|
SUBDIR+= gdb53
|
|
.endif
|
|
|
|
.if ${MKGCCCMDS} != "no"
|
|
.if ${HAVE_GCC3} == "no"
|
|
SUBDIR+= gcc
|
|
.else
|
|
SUBDIR+= gcc3
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|