artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd774b
)
remove libutil from dpadd too
author
tedu
<tedu@openbsd.org>
Mon, 26 Oct 2015 10:32:56 +0000
(10:32 +0000)
committer
tedu
<tedu@openbsd.org>
Mon, 26 Oct 2015 10:32:56 +0000
(10:32 +0000)
usr.bin/usbhidaction/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/usbhidaction/Makefile
b/usr.bin/usbhidaction/Makefile
index
c23b532
..
e0e599c
100644
(file)
--- a/
usr.bin/usbhidaction/Makefile
+++ b/
usr.bin/usbhidaction/Makefile
@@
-1,10
+1,10
@@
-# $OpenBSD: Makefile,v 1.
2 2015/10/26 10:08:14 jung
Exp $
+# $OpenBSD: Makefile,v 1.
3 2015/10/26 10:32:56 tedu
Exp $
# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
PROG= usbhidaction
SRCS= usbhidaction.c
LDADD+= -lusbhid
-DPADD+= ${LIBUSBHID}
${LIBUTIL}
+DPADD+= ${LIBUSBHID}
.include <bsd.prog.mk>