diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-15 09:33:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-15 09:33:34 +0000 |
| commit | 55cfa593f812ce7295cb991f2ed815461d9e6d1a (patch) | |
| tree | bc334954472b4c3e18d76f4460df4609fcb6db47 /usr.bin | |
| parent | 6370bbfe57469963f4831074f27638716b61400a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/usbhidctl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <bsd.prog.mk> |
