Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2009/02/28 15:28:46 pooka Exp $
2#
3
4LIB=	rumpnet_shmif
5
6SRCS=	if_shmem.c
7
8CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpkern
9
10.include <bsd.lib.mk>
11.include <bsd.klinks.mk>
12