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