Files
netbsd/sys/modules/tprof/Makefile
2013-04-06 16:48:33 +02:00

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>