From 12ed7c35178320c4e3a44fddc5934627969c32b5 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 15 Apr 2002 09:33:34 +0000 Subject: Style nits. --- usr.bin/usbhidctl/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile index 7be4f32..3738b50 100644 --- a/usr.bin/usbhidctl/Makefile +++ b/usr.bin/usbhidctl/Makefile @@ -3,8 +3,7 @@ PROG= usbhidctl SRCS= usbhid.c - -LDADD+= -lusbhid -DPADD+= ${LIBUSBHID} +DPADD= ${LIBUSBHID} +LDADD= -lusbhid .include -- cgit v1.1