13 lines
185 B
Makefile
13 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/03/10 14:49:50 yamt Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
CPPFLAGS+=
|
|
|
|
.PATH: ${S}/arch/x86/x86
|
|
|
|
KMOD= tprof_pmi
|
|
SRCS= tprof_pmi.c
|
|
|
|
.include <bsd.kmodule.mk>
|