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