Home | History | Annotate | Line # | Download | only in libvirtif
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2013/03/15 11:30:23 pooka Exp $
      2 #
      3 
      4 LIB=	rumpnet_virtif
      5 
      6 SRCS=	if_virt.c
      7 SRCS+=	component.c
      8 
      9 CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpkern -I${.CURDIR}
     10 
     11 RUMPCOMP_USER=	#defined
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15