diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-07-09 09:04:34 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-07-09 09:04:34 +0000 |
commit | 5fd67871c0fb8f948fd836d72745c7e4f2a5ec0e (patch) | |
tree | 85bff0c68f72ae6bafa92deedf390a5753e1ce9a /regress | |
parent | 3e46dff6e4438852176622e41d72bdfa60a9f159 (diff) |
+libusbhid
Diffstat (limited to 'regress')
-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: |