summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libputter/Makefile
blob: 6933cf7e75a313bf279f39f1dee528125a3f07c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.5 2013/04/04 01:48:19 pooka Exp $
#

.PATH:	${.CURDIR}/../../../../dev/putter

LIB=	rumpdev_putter

SRCS=	putter.c
SRCS+=	component.c

CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs

.include <bsd.lib.mk>
.include <bsd.klinks.mk>