Home | History | Annotate | Line # | Download | only in tprof
Makefile revision 1.1
      1  1.1  yamt #	$NetBSD: Makefile,v 1.1 2009/03/10 14:49:49 yamt 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.1  yamt SRCS=	tprof.c
     11  1.1  yamt 
     12  1.1  yamt .include <bsd.kmodule.mk>
     13