]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[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 .if ${MK_GDB} != "no" || ${MK_BINUTILS} != "no"
11 SUBDIR+=        binutils
12 .endif
13
14 SUBDIR.${MK_DIALOG}+=   dialog
15 SUBDIR.${MK_GCC}+=      cc
16 SUBDIR.${MK_GNU_DIFF}+= diff3
17 SUBDIR.${MK_GNU_GREP}+= grep
18 SUBDIR.${MK_GDB}+=      gdb
19 SUBDIR_DEPEND_gdb=      binutils
20 SUBDIR.${MK_GPL_DTC}+=  dtc
21 SUBDIR.${MK_TESTS}+=    tests
22
23 SUBDIR_PARALLEL=
24
25 .include <bsd.subdir.mk>