Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet Add missing -I definition.
details: https://anonhg.NetBSD.org/src/rev/5a679a72191e
branches: trunk
changeset: 752523:5a679a72191e
user: haad <haad%NetBSD.org@localhost>
date: Sun Feb 28 15:24:04 2010 +0000
description:
Add missing -I definition.
diffstat:
external/cddl/osnet/Makefile.zfs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f2086b9b343f -r 5a679a72191e external/cddl/osnet/Makefile.zfs
--- a/external/cddl/osnet/Makefile.zfs Sun Feb 28 15:22:16 2010 +0000
+++ b/external/cddl/osnet/Makefile.zfs Sun Feb 28 15:24:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.zfs,v 1.1 2009/08/07 20:57:55 haad Exp $
+# $NetBSD: Makefile.zfs,v 1.2 2010/02/28 15:24:04 haad Exp $
.include <bsd.own.mk>
@@ -37,6 +37,8 @@
CPPFLAGS+= -I${ZFSDIR}/dist/lib/libzfs/common
CPPFLAGS+= -I${ZFSDIR}/dist/lib/libzpool/common
+CPPFLAGS+= -I${ZFSDIR}/dist/common
+
LIBAVL_SRCDIR= ${ZFSDIR}/lib/libavl
LIBNVPAIR_SRCDIR= ${ZFSDIR}/lib/libnvpair
LIBUMEM_SRCDIR= ${ZFSDIR}/lib/libumem
Home |
Main Index |
Thread Index |
Old Index