Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2010/11/15 22:48:06 pooka Exp $
2#
3
4LIB=	rumpnet_shmif
5
6SRCS=	if_shmem.c shmif_busops.c
7SRCS+=	component.c
8
9CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpkern
10
11.include <bsd.lib.mk>
12.include <bsd.klinks.mk>
13