Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libputter set correct include path
details: https://anonhg.NetBSD.org/src/rev/7ca15e223110
branches: trunk
changeset: 785872:7ca15e223110
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Apr 04 01:48:19 2013 +0000
description:
set correct include path
diffstat:
sys/rump/dev/lib/libputter/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0fcb032b87bf -r 7ca15e223110 sys/rump/dev/lib/libputter/Makefile
--- a/sys/rump/dev/lib/libputter/Makefile Thu Apr 04 01:38:47 2013 +0000
+++ b/sys/rump/dev/lib/libputter/Makefile Thu Apr 04 01:48:19 2013 +0000
@@ -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 @@
SRCS= putter.c
SRCS+= component.c
+CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
+
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index