Home | History | Annotate | Line # | Download | only in libputter
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2011/03/31 08:36:25 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev/putter
      5 
      6 LIB=	rumpdev_putter
      7 
      8 SRCS=	putter.c
      9 
     10 .include <bsd.lib.mk>
     11 .include <bsd.klinks.mk>
     12