mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
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>
|