syscons - Add option for the default terminal border color to kernel config.
[dragonfly.git] / sys / dev / misc / Makefile
blob3edca173b94ded124f082a12f66cd28260352dd4
1 SUBDIR= amdsbwd cmx cpuctl dcons ecc ichwd ipmi joy kbdmux lpbb \
2 nmdm pcfclock putter snp syscons tbridge coremctl dimm aperf
4 .if ${MACHINE_ARCH} == "x86_64"
5 SUBDIR+=efirt
6 .endif
8 # Empty for concurrent build
10 SUBDIR_ORDERED=
12 .include <bsd.subdir.mk>