36 lines
519 B
Makefile
36 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.124 2006/06/23 21:51:42 christos 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 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"
|
|
.if ${HAVE_GCC} == "3"
|
|
SUBDIR+= gcc3
|
|
.else
|
|
SUBDIR+= gcc4
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|