mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
14 lines
243 B
Makefile
14 lines
243 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/08/24 23:04:42 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../net
|
|
|
|
LIB= rumpnet_bridge
|
|
IOCONF= BRIDGE.ioconf
|
|
SRCS= if_bridge.c bridgestp.c
|
|
|
|
SRCS+= bridge_component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|