aps(4): make the aps module, aps.ko, work as well as the in-kernel device
[dragonfly.git] / sys / dev / powermng / Makefile
1 SUBDIR= aps coretemp kate km
2 .if ${MACHINE_ARCH} == "i386"
3 SUBDIR+= powernow
4 .endif
5
6 .include <bsd.subdir.mk>