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