diff options
| author | christos <christos@NetBSD.org> | 2020-06-01 14:42:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-06-01 14:42:03 +0000 |
| commit | 4b60f4b005e6efbbba0ed4cd5723ac71609dadd5 (patch) | |
| tree | d7baee83a53a569b227a84ff8c1266b97af767c2 /tests/dev/scsipi | |
| parent | e6f32cbf3c784f6ced983ae9bce62e2499e44ef9 (diff) | |
LIBISPRIVATE=yes
Diffstat (limited to 'tests/dev/scsipi')
| -rw-r--r-- | tests/dev/scsipi/libscsitest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/scsipi/libscsitest/Makefile b/tests/dev/scsipi/libscsitest/Makefile index 033fefcab06..96b920f7d15 100644 --- a/tests/dev/scsipi/libscsitest/Makefile +++ b/tests/dev/scsipi/libscsitest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/04/26 18:53:21 christos Exp $ +# $NetBSD: Makefile,v 1.4 2020/06/01 14:42:53 christos Exp $ # .include <bsd.own.mk> @@ -7,7 +7,7 @@ RUMPTOP= ${NETBSDSRCDIR}/sys/rump LIB= rumpdev_scsitest IOCONF= SCSITEST.ioconf -LIBISPRIVATE= #defined +LIBISPRIVATE= yes SRCS= scsitest.c SRCS+= scsitest_component.c |
