13 lines
191 B
Makefile
13 lines
191 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/02/06 02:28:50 yamt Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
CPPFLAGS+=
|
|
|
|
.PATH: ${S}/arch/x86/x86
|
|
|
|
KMOD= tprof_amdpmi
|
|
SRCS= tprof_amdpmi.c
|
|
|
|
.include <bsd.kmodule.mk>
|