Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2010/06/30 16:14:18 pooka Exp $
2#
3
4.PATH:	${.CURDIR}/../../../../dev/putter
5
6LIB=	rumpdev_putter
7
8SRCS=	putter.c
9
10.include <bsd.lib.mk>
11.include <bsd.klinks.mk>
12