diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-08-14 22:42:36 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-14 22:42:36 +0000 |
commit | c4b62c6b39db5e0b4f30e6f3224c45edb6b83a4d (patch) | |
tree | acee2807b0ad7eb3dd042343e7d530b5db2ddf77 | |
parent | - Upgrade to 2.0.26 (minor fixes). (diff) |
Fix INDEX by adding misc/usbids to misc/Makefile
Pointyhat: bapt (3 months overdue ...)
Notes
Notes:
svn path=/head/; revision=364874
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3a6e13938ec5..48cfe0b13bbb 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -446,6 +446,7 @@ SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes + SUBDIR += usbids SUBDIR += usbrh-libusb SUBDIR += utftools SUBDIR += valspeak |