]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
Add UPDATING entries and bump version.
[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 .endif
9
10 SUBDIR.${MK_BINUTILS}+= binutils
11 SUBDIR.${MK_DIALOG}+=   dialog
12 SUBDIR.${MK_GCC}+=      cc
13 SUBDIR.${MK_GNU_DIFF}+= diff3
14 SUBDIR.${MK_GNU_GREP}+= grep
15 SUBDIR.${MK_GDB}+=      gdb
16 SUBDIR_DEPEND_gdb=      binutils
17 SUBDIR.${MK_GPL_DTC}+=  dtc
18 SUBDIR.${MK_TESTS}+=    tests
19
20 SUBDIR_PARALLEL=
21
22 .include <bsd.subdir.mk>