aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
blob: 8a9b0200a8a1b9acc754d9a228457bb890633257 (plain) (blame)
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
# $FreeBSD$

.include <src.opts.mk>


.if ${MK_CXX} != "no"
SUBDIR.${MK_GCC}+=	gperf
.endif

.if ${MK_GDB} != "no" || ${MK_BINUTILS} != "no"
SUBDIR+=	binutils
.endif

SUBDIR.${MK_DIALOG}+=	dialog
SUBDIR.${MK_GCC}+=	cc
SUBDIR.${MK_GNU_DIFF}+=	diff3
SUBDIR.${MK_GNU_GREP}+=	grep
SUBDIR.${MK_GDB}+=	gdb
SUBDIR_DEPEND_gdb=	binutils
SUBDIR.${MK_GPL_DTC}+=	dtc
SUBDIR.${MK_TESTS}+=	tests

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>