Add missing library dependency.

MFC after:	1 month
This commit is contained in:
Antoine Brodin 2010-01-09 18:59:03 +00:00
parent 6b06709221
commit a16bfb395c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201922

View File

@ -4,6 +4,7 @@
PROG= usbconfig
MAN= usbconfig.8
SRCS= usbconfig.c dump.c
DPADD+= ${LIBUSB}
LDADD+= -lusb
.include <bsd.prog.mk>