Home | History | Annotate | Line # | Download | only in tprof
      1 #	$NetBSD: Makefile,v 1.3 2019/02/17 04:05:59 rin Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 CPPFLAGS+=
      6 
      7 .PATH:	${S}/dev/tprof
      8 
      9 KMOD=	tprof
     10 IOCONF=	tprof.ioconf
     11 SRCS=	tprof.c
     12 
     13 WARNS=	3
     14 
     15 .include <bsd.kmodule.mk>
     16