mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-16 17:41:31 -04:00
14 lines
199 B
Makefile
14 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
CPPFLAGS+=
|
|
|
|
.PATH: ${S}/dev/tprof
|
|
|
|
KMOD= tprof
|
|
IOCONF= tprof.ioconf
|
|
SRCS= tprof.c
|
|
|
|
.include <bsd.kmodule.mk>
|