diff options
| author | pooka <pooka@NetBSD.org> | 2014-04-25 00:17:48 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2014-04-25 00:17:48 +0000 |
| commit | 18f48a40c87ceac715d22bf25936fcbb199ff6e3 (patch) | |
| tree | 84d375cf1e7e7ec01ba74ee40e3aa090e358cb17 /tests/dev | |
| parent | b10a0b40218cb8f6addfbe708b9cf39dee9aabb6 (diff) | |
CPPFLAGS for rump_private.h
Diffstat (limited to 'tests/dev')
| -rw-r--r-- | tests/dev/scsipi/libscsitest/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/dev/scsipi/libscsitest/Makefile b/tests/dev/scsipi/libscsitest/Makefile index 083c42716ef..d887a82bd9c 100644 --- a/tests/dev/scsipi/libscsitest/Makefile +++ b/tests/dev/scsipi/libscsitest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/04/24 21:46:44 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2014/04/25 00:17:48 pooka Exp $ # RUMPTOP= ${NETBSDSRCDIR}/sys/rump @@ -10,6 +10,8 @@ LIBISPRIVATE= #defined SRCS= scsitest.c SRCS+= scsitest_component.c +CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern + .include "${RUMPTOP}/Makefile.rump" .include <bsd.lib.mk> .include <bsd.klinks.mk> |
