Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2008/10/06 00:30:32 pooka Exp $
2#
3
4LIB=	rumpnet_virtif
5DBG=-g
6
7SRCS=	if_virt.c
8
9CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpkern
10
11.include <bsd.lib.mk>
12.include <bsd.klinks.mk>
13