mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
15 lines
252 B
Makefile
15 lines
252 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/11/18 04:29:06 nonaka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/pad
|
|
|
|
LIB= rumpdev_pad
|
|
|
|
SRCS= pad.c
|
|
SRCS+= pad_component.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|