mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
13 lines
231 B
Makefile
13 lines
231 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/11/15 22:48:06 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpnet_shmif
|
|
|
|
SRCS= if_shmem.c shmif_busops.c
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpkern
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|