Home | History | Annotate | Line # | Download | only in libshmif
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2010/08/12 21:41:47 pooka Exp $
      2 #
      3 
      4 LIB=	rumpnet_shmif
      5 
      6 SRCS=	if_shmem.c shmif_busops.c
      7 
      8 CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpkern
      9 
     10 .include <bsd.lib.mk>
     11 .include <bsd.klinks.mk>
     12