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 | |
| parent | e6f32cbf3c784f6ced983ae9bce62e2499e44ef9 (diff) | |
LIBISPRIVATE=yes
| -rw-r--r-- | tests/dev/scsipi/libscsitest/Makefile | 4 | ||||
| -rw-r--r-- | tests/fs/common/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/tests/fs/common/Makefile b/tests/fs/common/Makefile index f603f8e9ca5..f707f693749 100644 --- a/tests/fs/common/Makefile +++ b/tests/fs/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/10/13 07:28:14 mrg Exp $ +# $NetBSD: Makefile,v 1.14 2020/06/01 14:42:03 christos Exp $ # .include <bsd.own.mk> @@ -27,7 +27,7 @@ CPPFLAGS+= -DDEBUG -DLIBWRAP -DRUMP_RPC CPPFLAGS+= -I${LIBC}/include -I${LIBC}/rpc -LIBISPRIVATE= # yup +LIBISPRIVATE= yes # NFS client stuff .PATH: ${NETBSDSRCDIR}/sbin/mount_nfs ${NETBSDSRCDIR}/sbin/mount |
