Home | History | Annotate | Line # | Download | only in libputter
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2015/10/19 16:16:34 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev/putter
      5 
      6 LIB=	rumpdev_putter
      7 COMMENT=User/kernel protocol transporter (for puffs and pud)
      8 
      9 SRCS=	putter.c
     10 SRCS+=	putter_component.c
     11 
     12 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
     13 
     14 .include <bsd.lib.mk>
     15 .include <bsd.klinks.mk>
     16