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