12 lines
187 B
Makefile
12 lines
187 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/03/31 08:36:25 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/putter
|
|
|
|
LIB= rumpdev_putter
|
|
|
|
SRCS= putter.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|