blob: c93794ef1d1cfa1212cdbeb0df61182610fb3bfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.116 2003/09/18 23:17:55 mrg Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
SUBDIR+= bc binutils c89 cvs dc diffutils grep
SUBDIR+= groff gzip rcs send-pr texinfo
SUBDIR+= gawk
SUBDIR+= gettext
.if ${HAVE_GDB53} == "no"
SUBDIR+= sim .WAIT gdb
.else
SUBDIR+= gdb53
.endif
.if ${HAVE_GCC3} == "no"
SUBDIR+= gcc
.else
SUBDIR+= gcc3
.endif
.include <bsd.subdir.mk>
|