2015-10-15 10:25:28 +02:00

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>