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