Add missing library dependency.

MFC after:	1 month
This commit is contained in:
antoine 2010-01-09 18:59:03 +00:00
parent e50f5ca653
commit b6979a107d

View File

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