mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
15 lines
254 B
Makefile
15 lines
254 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/03/13 01:53:48 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/putter
|
|
|
|
LIB= rumpdev_putter
|
|
|
|
SRCS= putter.c
|
|
SRCS+= putter_component.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|