diff options
| author | christos <christos@NetBSD.org> | 2020-06-01 14:41:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-06-01 14:41:25 +0000 |
| commit | e6f32cbf3c784f6ced983ae9bce62e2499e44ef9 (patch) | |
| tree | cd1eeb64ce4ec4f67c8dc17cb626b83f642f75c2 /tests/dev | |
| parent | 4555df5c7d07cac01e530643d71fa21a5a252c0f (diff) | |
Set LIBISPRIVATE=yes
Diffstat (limited to 'tests/dev')
| -rw-r--r-- | tests/dev/usb/libhid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/usb/libhid/Makefile b/tests/dev/usb/libhid/Makefile index e0f12d449c7..b8a3eded44d 100644 --- a/tests/dev/usb/libhid/Makefile +++ b/tests/dev/usb/libhid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/12/10 20:38:14 bouyer Exp $ +# $NetBSD: Makefile,v 1.3 2020/06/01 14:41:25 christos Exp $ # .include <bsd.own.mk> @@ -7,7 +7,7 @@ RUMPTOP= ${NETBSDSRCDIR}/sys/rump .PATH: ${.CURDIR}/../../../../sys/dev/hid LIB= rumpdev_hid -LIBISPRIVATE= #defined +LIBISPRIVATE= yes SRCS= hid.c |
