powernow - only build for i386, BIOS macros currently broken for 64-bit.
[dragonfly.git] / sys / dev / powermng / Makefile
blobb5a1ec3b67a62d932cad908d9f69f246a332b88a
1 # $DragonFly: src/sys/dev/powermng/Makefile,v 1.2 2007/10/02 13:16:42 hasso Exp $
4 SUBDIR= coretemp
5 .if ${MACHINE_ARCH} == "i386"
6 SUBDIR+= powernow
7 .endif
9 .include <bsd.subdir.mk>