set correct include path

This commit is contained in:
pooka 2013-04-04 01:48:19 +00:00
parent ee9522d98d
commit c074aab660

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2013/04/04 01:33:53 pooka Exp $
# $NetBSD: Makefile,v 1.5 2013/04/04 01:48:19 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/putter
@ -8,5 +8,7 @@ LIB= rumpdev_putter
SRCS= putter.c
SRCS+= component.c
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
.include <bsd.lib.mk>
.include <bsd.klinks.mk>