Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/dev/usb/libhid Set LIBISPRIVATE=yes



details:   https://anonhg.NetBSD.org/src/rev/0eda9da7e890
branches:  trunk
changeset: 933972:0eda9da7e890
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 01 14:41:25 2020 +0000

description:
Set LIBISPRIVATE=yes

diffstat:

 tests/dev/usb/libhid/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28ce1452a47f -r 0eda9da7e890 tests/dev/usb/libhid/Makefile
--- a/tests/dev/usb/libhid/Makefile     Mon Jun 01 14:39:42 2020 +0000
+++ b/tests/dev/usb/libhid/Makefile     Mon Jun 01 14:41:25 2020 +0000
@@ -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 @@
 .PATH: ${.CURDIR}/../../../../sys/dev/hid
 
 LIB=   rumpdev_hid
-LIBISPRIVATE= #defined
+LIBISPRIVATE= yes
 
 SRCS=  hid.c
 



Home | Main Index | Thread Index | Old Index