aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
blob: c642b83a61db228af5de764173a6e7dc88aa1647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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_TESTS}+=	tests

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>