nrelease - fix/improve livecd
[dragonfly.git] / sys / dev / misc / Makefile
1 SUBDIR= amdsbwd backlight cmx cpuctl dcons ecc ichwd ipmi joy kbdmux led lpbb \
2         nmdm pcfclock snp syscons tbridge coremctl dimm aperf
3
4 .if ${MACHINE_ARCH} == "x86_64"
5 SUBDIR+=efirt
6 .endif
7
8 # Empty for concurrent build
9 #
10 SUBDIR_ORDERED=
11
12 .include <bsd.subdir.mk>