diff options
Diffstat (limited to 'usr.bin/usbhidaction')
-rw-r--r-- | usr.bin/usbhidaction/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile index 8f5a6b5..2c43b9d 100644 --- a/usr.bin/usbhidaction/Makefile +++ b/usr.bin/usbhidaction/Makefile @@ -4,7 +4,7 @@ PROG= usbhidaction SRCS= usbhidaction.c -LDADD+= -lusbhid -DPADD+= ${LIBUSBHID} +LDADD= -lusbhid +DPADD= ${LIBUSBHID} .include <bsd.prog.mk> |