diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-09 17:05:31 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-09 17:05:31 +0000 |
commit | a091d2a5259cbf29e34745516e64b04e30245894 (patch) | |
tree | b5cf98cf8c78c6e43ee0f978cafd29a6ff9d864a /usr.sbin/usbconfig/Makefile | |
parent | fe9ee5e879007c21e8f6368901711495655a69b6 (diff) | |
download | src-a091d2a5259cbf29e34745516e64b04e30245894.tar.gz src-a091d2a5259cbf29e34745516e64b04e30245894.zip |
Notes
Diffstat (limited to 'usr.sbin/usbconfig/Makefile')
-rw-r--r-- | usr.sbin/usbconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/usbconfig/Makefile b/usr.sbin/usbconfig/Makefile index 6356963498db..1cd0928b8a91 100644 --- a/usr.sbin/usbconfig/Makefile +++ b/usr.sbin/usbconfig/Makefile @@ -4,6 +4,6 @@ PROG= usbconfig MAN= usbconfig.8 SRCS= usbconfig.c dump.c -LDADD+= -lusb20 +LDADD+= -lusb .include <bsd.prog.mk> |