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