14 lines
209 B
Makefile
14 lines
209 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/02/23 11:55:36 jruoho Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/arch/x86/x86
|
|
|
|
KMOD= est
|
|
IOCONF= est.ioconf
|
|
SRCS= est.c intel_busclock.c
|
|
|
|
WARNS= 3
|
|
|
|
.include <bsd.kmodule.mk>
|