Home | History | Annotate | Line # | Download | only in shmif_dumpbus
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2011/01/12 16:14:24 pooka Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 SHMIFD=	${NETBSDSRCDIR}/sys/rump/net/lib/libshmif
      7 .PATH:	${SHMIFD}
      8 
      9 PROG=		shmif_dumpbus
     10 SRCS+=		shmif_dumpbus.c shmif_busops.c
     11 CPPFLAGS+=	-I${SHMIFD}
     12 
     13 .include <bsd.prog.mk>
     14