1 1.8 pooka # $NetBSD: Makefile,v 1.8 2016/01/26 23:12:16 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.1 pooka .include <bsd.lib.mk> 13 1.1 pooka .include <bsd.klinks.mk> 14