150472Speter# $FreeBSD: stable/10/gnu/usr.bin/Makefile 322094 2017-08-05 12:33:00Z marius $
21040Srgrimes
3156813Sru.include <bsd.own.mk>
4156813Sru
5202719SgaborSUBDIR= ${_binutils} \
6131746Sru	${_cc} \
7322094Smarius	${_dialog} \
8131746Sru	diff \
9131746Sru	diff3 \
10209128Sraj	${_dtc} \
11131746Sru	${_gdb} \
12131746Sru	${_gperf} \
13222878Sobrien	grep \
14131746Sru	${_groff} \
15256198Sgjb	${_rcs} \
16131746Sru	sdiff \
17265037Sjmmv	${_tests} \
18148740Sphk	${_texinfo}
19182622Sobrien
20292798SmariusSUBDIR_DEPEND_gdb= ${_binutils}
21292798Smarius
22156813Sru.if ${MK_CXX} != "no"
23131746Sru_gperf=		gperf
24156813Sru.if ${MK_GROFF} != "no"
25131746Sru_groff=		groff
26111401Sobrien.endif
27148674Sphk.endif
28111401Sobrien
29322094Smarius.if ${MK_DIALOG} != "no"
30322094Smarius_dialog=	dialog
31322094Smarius.endif
32322094Smarius
33245803Stheraven.if ${MK_GPL_DTC} != "no"
34209128Sraj_dtc=		dtc
35209128Sraj.endif
36209128Sraj
37183242Ssam.if ${MK_INFO} != "no"
38183242Ssam_texinfo=	texinfo
39183242Ssam.endif
40183242Ssam
41256198Sgjb.if ${MK_RCS} != "no"
42256198Sgjb_rcs=		rcs
43256198Sgjb.endif
44256198Sgjb
45265037Sjmmv.if ${MK_TESTS} != "no"
46265037Sjmmv_tests=		tests
47265037Sjmmv.endif
48265037Sjmmv
49222090Simp.if ${MK_BINUTILS} != "no"
50131746Sru_binutils=	binutils
51222090Simp.endif
52222090Simp.if ${MK_GCC} != "no"
53131746Sru_cc=		cc
54222090Simp.endif
55156813Sru.if ${MK_GDB} != "no"
56131746Sru_gdb=		gdb
57131746Sru.endif
58131746Sru
59264303SdimSUBDIR_PARALLEL=
60264303Sdim
611040Srgrimes.include <bsd.subdir.mk>
62