1 1.7 pooka # $NetBSD: Makefile,v 1.7 2015/10/19 16:16:34 pooka Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.3 pooka .PATH: ${.CURDIR}/../../../../dev/putter 5 1.1 pooka 6 1.3 pooka LIB= rumpdev_putter 7 1.7 pooka COMMENT=User/kernel protocol transporter (for puffs and pud) 8 1.1 pooka 9 1.3 pooka SRCS= putter.c 10 1.6 pooka SRCS+= putter_component.c 11 1.1 pooka 12 1.5 pooka CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs 13 1.5 pooka 14 1.1 pooka .include <bsd.lib.mk> 15 1.1 pooka .include <bsd.klinks.mk> 16