Module Name:    src
Committed By:   christos
Date:           Mon Jun  1 14:41:25 UTC 2020

Modified Files:
        src/tests/dev/usb/libhid: Makefile

Log Message:
Set LIBISPRIVATE=yes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/dev/usb/libhid/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/dev/usb/libhid/Makefile
diff -u src/tests/dev/usb/libhid/Makefile:1.2 src/tests/dev/usb/libhid/Makefile:1.3
--- src/tests/dev/usb/libhid/Makefile:1.2	Sun Dec 10 15:38:14 2017
+++ src/tests/dev/usb/libhid/Makefile	Mon Jun  1 10:41:25 2020
@@ -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
 

Reply via email to