2006-06-24 01:51:42 +04:00
|
|
|
# $NetBSD: Makefile,v 1.124 2006/06/23 21:51:42 christos 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"
|
2006-02-04 19:30:04 +03:00
|
|
|
SUBDIR+= xcvs
|
2003-10-19 03:44:46 +04:00
|
|
|
.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"
|
2006-06-24 01:51:42 +04:00
|
|
|
.if ${HAVE_GDB} == "5"
|
2003-09-19 03:17:55 +04:00
|
|
|
SUBDIR+= gdb53
|
2006-06-24 01:51:42 +04:00
|
|
|
.else
|
|
|
|
SUBDIR+= gdb6
|
|
|
|
.endif
|
2003-09-19 03:17:55 +04:00
|
|
|
.endif
|
2002-02-02 06:04:22 +03:00
|
|
|
|
2003-10-19 03:44:46 +04:00
|
|
|
.if ${MKGCCCMDS} != "no"
|
2006-06-03 02:16:18 +04:00
|
|
|
.if ${HAVE_GCC} == "3"
|
2003-07-25 20:57:06 +04:00
|
|
|
SUBDIR+= gcc3
|
2006-04-07 23:38:58 +04:00
|
|
|
.else
|
|
|
|
SUBDIR+= gcc4
|
2003-07-25 20:57:06 +04:00
|
|
|
.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>
|