mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
13 lines
216 B
Makefile
13 lines
216 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/05/28 00:02:17 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpnet_virtif
|
|
|
|
SRCS= if_virt.c
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpkern
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|