Home | History | Annotate | Line # | Download | only in libshmif
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2013/04/28 10:43:45 pooka Exp $
      2 #
      3 
      4 LIB=	rumpnet_shmif
      5 
      6 SRCS=	if_shmem.c shmif_busops.c
      7 SRCS+=	component.c
      8 
      9 CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpkern
     10 
     11 RUMPCOMP_USER=	# filewatch
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15