Home | History | Annotate | Line # | Download | only in tprof
Makefile revision 1.2
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos 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.1      yamt .include <bsd.kmodule.mk>
     14