Home | History | Annotate | Line # | Download | only in tprof_x86
      1 #	$NetBSD: Makefile,v 1.1 2018/07/24 09:47:36 maxv Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 CPPFLAGS+=
      6 
      7 .PATH:	${S}/dev/tprof
      8 
      9 KMOD=	tprof_x86
     10 SRCS=	tprof_x86.c tprof_x86_amd.c tprof_x86_intel.c
     11 
     12 .include <bsd.kmodule.mk>
     13