mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
15 lines
271 B
Makefile
15 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/03/13 02:08:04 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpnet_shmif
|
|
|
|
SRCS= if_shmem.c shmif_busops.c
|
|
SRCS+= shmif_component.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpkern
|
|
|
|
RUMPCOMP_USER_SRCS= shmif_user.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|