]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
Import zstandard 1.1.4 in base
[FreeBSD/FreeBSD.git] / gnu / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5
6 .if ${MK_CXX} != "no"
7 SUBDIR.${MK_GCC}+=      gperf
8 SUBDIR.${MK_GROFF}+=    groff
9 .endif
10
11 SUBDIR.${MK_BINUTILS}+= binutils
12 SUBDIR.${MK_DIALOG}+=   dialog
13
14 .if ${MK_BINUTILS} != "no"
15 SUBDIR.${MK_GDB}+=      gdb
16 SUBDIR_DEPEND_gdb=      binutils
17 .endif
18
19 SUBDIR.${MK_GCC}+=      cc
20 SUBDIR.${MK_GNU_DIFF}+= diff diff3
21 SUBDIR.${MK_GNU_GREP}+= grep
22 SUBDIR.${MK_GPL_DTC}+=  dtc
23 SUBDIR.${MK_TESTS}+=    tests
24
25 SUBDIR_PARALLEL=
26
27 .include <bsd.subdir.mk>