summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidaction
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-07-09 21:23:20 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-07-09 21:23:20 +0000
commitd208bdcfc23a3d19c9a025bd734769a6216caa04 (patch)
tree8aa676b95e1a16c0588bc408f50289919fc6683f /usr.bin/usbhidaction
parent9fe42201171d59ce3d52cc2f4a43bb7fc89e600e (diff)
remove redundant variable declarations in Makefiles, since those are
the default. okay millert@
Diffstat (limited to 'usr.bin/usbhidaction')
-rw-r--r--usr.bin/usbhidaction/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile
index e0e599c24a2..034475f726d 100644
--- a/usr.bin/usbhidaction/Makefile
+++ b/usr.bin/usbhidaction/Makefile
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2015/10/26 10:32:56 tedu Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 21:23:19 espie Exp $
# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
PROG= usbhidaction
-SRCS= usbhidaction.c
LDADD+= -lusbhid
DPADD+= ${LIBUSBHID}