Home | History | Annotate | Line # | Download | only in tprof_x86
Makefile revision 1.1.6.2
      1  1.1.6.2  christos #	$NetBSD: Makefile,v 1.1.6.2 2019/06/10 22:09:41 christos Exp $
      2  1.1.6.2  christos 
      3  1.1.6.2  christos .include "../Makefile.inc"
      4  1.1.6.2  christos 
      5  1.1.6.2  christos CPPFLAGS+=
      6  1.1.6.2  christos 
      7  1.1.6.2  christos .PATH:	${S}/dev/tprof
      8  1.1.6.2  christos 
      9  1.1.6.2  christos KMOD=	tprof_x86
     10  1.1.6.2  christos SRCS=	tprof_x86.c tprof_x86_amd.c tprof_x86_intel.c
     11  1.1.6.2  christos 
     12  1.1.6.2  christos .include <bsd.kmodule.mk>
     13