summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-10-26 10:32:56 +0000
committertedu <tedu@openbsd.org>2015-10-26 10:32:56 +0000
commit8259ceabdb9b53c1d72ac7183cc375c2d86cef35 (patch)
tree6ac5ed87c976ecdd156bcb166e232b6497d9652c
parentlast consumer in base of pidfile()... (diff)
downloadwireguard-openbsd-8259ceabdb9b53c1d72ac7183cc375c2d86cef35.tar.xz
wireguard-openbsd-8259ceabdb9b53c1d72ac7183cc375c2d86cef35.zip
remove libutil from dpadd too
-rw-r--r--usr.bin/usbhidaction/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile
index c23b5320cae..e0e599c24a2 100644
--- 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>