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