2011-06-21 08:52:49 +04:00
|
|
|
# $NetBSD: Makefile,v 1.135 2011/06/21 04:52:50 mrg Exp $
|
1999-02-19 13:00:41 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1998-04-09 04:05:14 +04:00
|
|
|
|
2003-10-19 03:44:46 +04:00
|
|
|
SUBDIR+= bc
|
2008-09-24 06:19:45 +04:00
|
|
|
SUBDIR+= c89 c99
|
2011-04-21 18:26:33 +04:00
|
|
|
SUBDIR+= dc diffutils gkermit
|
2009-12-14 16:39:33 +03:00
|
|
|
SUBDIR+= rcs send-pr texinfo
|
|
|
|
|
2011-04-21 18:26:33 +04:00
|
|
|
.if ${MKBSDGREP} == "no"
|
|
|
|
SUBDIR+= grep
|
|
|
|
.endif
|
|
|
|
|
2009-12-14 16:39:33 +03:00
|
|
|
.if ${MKGROFF} != "no"
|
|
|
|
SUBDIR+= groff
|
|
|
|
.endif
|
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"
|
2007-06-21 16:51:06 +04:00
|
|
|
.if ${HAVE_GDB} == "6"
|
2006-06-24 01:51:42 +04:00
|
|
|
SUBDIR+= gdb6
|
|
|
|
.endif
|
2003-09-19 03:17:55 +04:00
|
|
|
.endif
|
2002-02-02 06:04:22 +03:00
|
|
|
|
2011-06-21 08:52:49 +04:00
|
|
|
.if ${HAVE_GCC} == 4
|
2003-10-19 03:44:46 +04:00
|
|
|
.if ${MKGCCCMDS} != "no"
|
2006-04-07 23:38:58 +04:00
|
|
|
SUBDIR+= gcc4
|
2003-07-25 20:57:06 +04:00
|
|
|
.endif
|
2011-06-21 08:52:49 +04:00
|
|
|
.endif
|
2003-07-25 20:57:06 +04:00
|
|
|
|
1998-10-19 08:18:15 +04:00
|
|
|
.include <bsd.subdir.mk>
|