diff options
author | 2018-07-09 09:04:33 +0000 | |
---|---|---|
committer | 2018-07-09 09:04:33 +0000 | |
commit | 97f698b3d61d1376aa1bc6ebeda7ceae53d6dc1a (patch) | |
tree | 78b8be2a598b49439fd6188f5a448bfd5afdc035 | |
parent | Regress for parsing HID pages. (diff) | |
download | wireguard-openbsd-97f698b3d61d1376aa1bc6ebeda7ceae53d6dc1a.tar.xz wireguard-openbsd-97f698b3d61d1376aa1bc6ebeda7ceae53d6dc1a.zip |
+libusbhid
-rw-r--r-- | regress/lib/Makefile | 3 |
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: |