ba9c330587
module.
13 lines
216 B
Makefile
13 lines
216 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/07/24 09:47:36 maxv Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
CPPFLAGS+=
|
|
|
|
.PATH: ${S}/dev/tprof
|
|
|
|
KMOD= tprof_x86
|
|
SRCS= tprof_x86.c tprof_x86_amd.c tprof_x86_intel.c
|
|
|
|
.include <bsd.kmodule.mk>
|