From 55cfa593f812ce7295cb991f2ed815461d9e6d1a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov 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 7be4f32d4eff4..3738b506cea25 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.3