1# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:20 jmcneill Exp $ 2 3.include "../Makefile.inc" 4 5.PATH: ${S}/arch/x86/x86 6 7KMOD= powernow 8IOCONF= powernow.ioconf 9SRCS= powernow.c 10 11.include <bsd.kmodule.mk> 12