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