32 lines
474 B
Makefile
32 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.126 2006/11/20 17:08:40 skrll Exp $
|
|
|
|
# for OBJECT_FMT
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= bc
|
|
.if ${MKBINUTILS} != "no"
|
|
SUBDIR+= binutils
|
|
.endif
|
|
SUBDIR+= c89
|
|
.if ${MKCVS} != "no"
|
|
SUBDIR+= xcvs
|
|
.endif
|
|
SUBDIR+= dc diffutils gkermit grep
|
|
SUBDIR+= groff rcs send-pr texinfo
|
|
|
|
SUBDIR+= gettext
|
|
|
|
.if ${MKGDB} != "no"
|
|
.if ${HAVE_GDB} == "5"
|
|
SUBDIR+= gdb53
|
|
.else
|
|
SUBDIR+= gdb6
|
|
.endif
|
|
.endif
|
|
|
|
.if ${MKGCCCMDS} != "no"
|
|
SUBDIR+= gcc4
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|