blob: 2746099c6c9821256f441935e5a15fe5b1eadd31 (
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
26
27
|
# $NetBSD: Makefile,v 1.132 2009/12/14 13:39:33 uebayasi Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
SUBDIR+= bc
SUBDIR+= c89 c99
SUBDIR+= dc diffutils gkermit grep
SUBDIR+= rcs send-pr texinfo
.if ${MKGROFF} != "no"
SUBDIR+= groff
.endif
SUBDIR+= gettext
.if ${MKGDB} != "no"
.if ${HAVE_GDB} == "6"
SUBDIR+= gdb6
.endif
.endif
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc4
.endif
.include <bsd.subdir.mk>
|