xref: /freebsd-12.1/gnu/usr.bin/Makefile (revision 738919c0)
19b7a44a6SPeter Wemm# $FreeBSD$
2ca4dad26SRodney W. Grimes
3c6063d0dSWarner Losh.include <src.opts.mk>
4e1fe3dbaSRuslan Ermilov
5cab0e8ffSMarius Strobl
6e1fe3dbaSRuslan Ermilov.if ${MK_CXX} != "no"
7ba2cde94SEd MasteSUBDIR.${MK_GCC}+=	gperf
83a4316bdSPoul-Henning Kamp.endif
9eb61a18eSJohn Birrell
10ba2cde94SEd MasteSUBDIR.${MK_BINUTILS}+=	binutils
11ba2cde94SEd MasteSUBDIR.${MK_DIALOG}+=	dialog
12ba2cde94SEd MasteSUBDIR.${MK_GCC}+=	cc
13a17665bcSBaptiste DaroussinSUBDIR.${MK_GNU_DIFF}+=	diff3
1494ff3d03SEd MasteSUBDIR.${MK_GNU_GREP}+=	grep
15*48b1eba1SEd MasteSUBDIR.${MK_GDB}+=	gdb
16*48b1eba1SEd MasteSUBDIR_DEPEND_gdb=	binutils
17ba2cde94SEd MasteSUBDIR.${MK_GPL_DTC}+=	dtc
18ba2cde94SEd MasteSUBDIR.${MK_TESTS}+=	tests
19f987297fSEd Maste
2032a632c4SDimitry AndricSUBDIR_PARALLEL=
2132a632c4SDimitry Andric
22ca4dad26SRodney W. Grimes.include <bsd.subdir.mk>
23