repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
Makefile
blob
53f8238175fe5e502900233384405d3db43fbb29
1
# $NetBSD$
2
3
# for OBJECT_FMT
4
.
include
<
bsd.own.mk
>
5
6
SUBDIR
+=
bc
7
SUBDIR
+=
c89 c99
8
SUBDIR
+=
dc diffutils gkermit grep
9
SUBDIR
+=
rcs send-pr texinfo
10
11
.if
${
MKGROFF
} !=
"no"
12
SUBDIR
+=
groff
13
.
endif
14
15
SUBDIR
+=
gettext
16
17
.if
${
MKGDB
} !=
"no"
18
.if
${
HAVE_GDB
} ==
"6"
19
SUBDIR
+=
gdb6
20
.
endif
21
.
endif
22
23
.if
${
MKGCCCMDS
} !=
"no"
24
SUBDIR
+=
gcc4
25
.
endif
26
27
.
include
<
bsd.subdir.mk
>