Home | History | Annotate | Line # | Download | only in libshmif
Makefile revision 1.7
      1  1.7  pooka #	$NetBSD: Makefile,v 1.7 2015/10/19 16:16:39 pooka Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.1  pooka LIB=	rumpnet_shmif
      5  1.7  pooka COMMENT=Shared memory bus network interface
      6  1.1  pooka 
      7  1.2  pooka SRCS=	if_shmem.c shmif_busops.c
      8  1.6  pooka SRCS+=	shmif_component.c
      9  1.1  pooka 
     10  1.1  pooka CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpkern
     11  1.1  pooka 
     12  1.5  pooka RUMPCOMP_USER_SRCS=	shmif_user.c
     13  1.4  pooka 
     14  1.1  pooka .include <bsd.lib.mk>
     15  1.1  pooka .include <bsd.klinks.mk>
     16