Home | History | Annotate | Line # | Download | only in libvether
      1 #	$NetBSD: Makefile,v 1.1 2020/09/29 18:33:23 roy Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../net
      5 
      6 LIB=	rumpnet_vether
      7 COMMENT=virtual Ethernet interface
      8 
      9 IOCONF=	VETHER.ioconf
     10 SRCS=	if_vether.c
     11 
     12 SRCS+=	vether_component.c
     13 
     14 .include <bsd.lib.mk>
     15 .include <bsd.klinks.mk>
     16