summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2018-07-09 09:04:33 +0000
committermpi <mpi@openbsd.org>2018-07-09 09:04:33 +0000
commit97f698b3d61d1376aa1bc6ebeda7ceae53d6dc1a (patch)
tree78b8be2a598b49439fd6188f5a448bfd5afdc035
parentRegress for parsing HID pages. (diff)
downloadwireguard-openbsd-97f698b3d61d1376aa1bc6ebeda7ceae53d6dc1a.tar.xz
wireguard-openbsd-97f698b3d61d1376aa1bc6ebeda7ceae53d6dc1a.zip
+libusbhid
-rw-r--r--regress/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile
index 21331eeccae..30e17b28acd 100644
--- a/regress/lib/Makefile
+++ b/regress/lib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2017/07/03 16:24:51 bluhm Exp $
+# $OpenBSD: Makefile,v 1.21 2018/07/09 09:04:33 mpi Exp $
SUBDIR+= csu
SUBDIR+= libc
@@ -14,6 +14,7 @@ SUBDIR+= libskey
SUBDIR+= libsndio
SUBDIR+= libssl
SUBDIR+= libtls
+SUBDIR+= libusbhid
SUBDIR+= libutil
install: