22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
|
$OpenBSD: patch-Makefile_am,v 1.1.1.1 2012/05/15 13:44:52 mpi Exp $
|
||
|
|
||
|
No usbhid-dump(1) nor 'lsusb -t' option under OpenBSD
|
||
|
|
||
|
--- Makefile.am.orig Sun Oct 30 20:35:50 2011
|
||
|
+++ Makefile.am Tue May 15 14:28:34 2012
|
||
|
@@ -1,6 +1,3 @@
|
||
|
-SUBDIRS = \
|
||
|
- usbhid-dump
|
||
|
-
|
||
|
AM_LDFLAGS = \
|
||
|
-Wl,--as-needed
|
||
|
|
||
|
@@ -19,7 +16,6 @@ bin_SCRIPTS = \
|
||
|
|
||
|
lsusb_SOURCES = \
|
||
|
lsusb.c lsusb.h \
|
||
|
- lsusb-t.c \
|
||
|
list.h \
|
||
|
names.c names.h \
|
||
|
devtree.c devtree.h \
|