mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 15:08:19 -04:00
15 lines
259 B
Makefile
15 lines
259 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/04/28 10:43:45 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpnet_shmif
|
|
|
|
SRCS= if_shmem.c shmif_busops.c
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpkern
|
|
|
|
RUMPCOMP_USER= # filewatch
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|