0671e7638a
descend into the directory. (HI HUBERT!)
30 lines
458 B
Makefile
30 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.128 2008/09/24 02:19:45 dogcow Exp $
|
|
|
|
# for OBJECT_FMT
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= bc
|
|
.if ${MKBINUTILS} != "no"
|
|
SUBDIR+= binutils
|
|
.endif
|
|
SUBDIR+= c89 c99
|
|
.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} == "6"
|
|
SUBDIR+= gdb6
|
|
.endif
|
|
.endif
|
|
|
|
.if ${MKGCCCMDS} != "no"
|
|
SUBDIR+= gcc4
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|