Home | History | Annotate | Line # | Download | only in libvirtif
      1 #	$NetBSD: Makefile,v 1.10 2015/10/19 16:16:39 pooka Exp $
      2 #
      3 
      4 LIB=	rumpnet_virtif
      5 COMMENT=Network interface which uses hypercalls for I/O
      6 
      7 VIRTIF=	virt
      8 
      9 .include "${.CURDIR}/Makefile.virtif"
     10 
     11 RUMPCOMP_USER_SRCS=	virtif_user.c
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15