2004-03-26 11:52:26 +03:00
|
|
|
# $NetBSD: Makefile,v 1.120 2004/03/26 08:52:26 mrg Exp $
|
1999-02-19 13:00:41 +03:00
|
|
|
|
|
|
|
# for OBJECT_FMT
|
|
|
|
.include <bsd.own.mk>
|
1998-04-09 04:05:14 +04:00
|
|
|
|
2003-10-19 03:44:46 +04:00
|
|
|
SUBDIR+= bc
|
|
|
|
.if ${MKBINUTILS} != "no"
|
|
|
|
SUBDIR+= binutils
|
|
|
|
.endif
|
|
|
|
SUBDIR+= c89
|
|
|
|
.if ${MKCVS} != "no"
|
|
|
|
SUBDIR+= cvs
|
|
|
|
.endif
|
|
|
|
SUBDIR+= dc diffutils grep
|
2004-03-26 11:52:26 +03:00
|
|
|
SUBDIR+= groff rcs send-pr texinfo
|
2000-07-04 21:12:00 +04:00
|
|
|
|
2000-11-02 15:32:04 +03:00
|
|
|
SUBDIR+= gettext
|
|
|
|
|
2003-10-19 03:44:46 +04:00
|
|
|
.if ${MKGDB} != "no"
|
2003-11-27 13:52:02 +03:00
|
|
|
#SUBDIR+= sim .WAIT
|
2003-09-19 03:17:55 +04:00
|
|
|
SUBDIR+= gdb53
|
|
|
|
.endif
|
2002-02-02 06:04:22 +03:00
|
|
|
|
2003-10-19 03:44:46 +04:00
|
|
|
.if ${MKGCCCMDS} != "no"
|
2003-08-27 20:03:17 +04:00
|
|
|
.if ${HAVE_GCC3} == "no"
|
2003-07-25 20:57:06 +04:00
|
|
|
SUBDIR+= gcc
|
|
|
|
.else
|
|
|
|
SUBDIR+= gcc3
|
|
|
|
.endif
|
2003-10-19 03:44:46 +04:00
|
|
|
.endif
|
2003-07-25 20:57:06 +04:00
|
|
|
|
1998-10-19 08:18:15 +04:00
|
|
|
.include <bsd.subdir.mk>
|