aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
blob: 98fffa9c08d69947db99a0f6ad1b40fc351b8711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.include <src.opts.mk>


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

SUBDIR.${MK_DIALOG}+=	dialog
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>