Home | History | Annotate | Line # | Download | only in libputter
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2014/03/13 01:53:48 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev/putter
      5 
      6 LIB=	rumpdev_putter
      7 
      8 SRCS=	putter.c
      9 SRCS+=	putter_component.c
     10 
     11 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15