mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
db1d086b73
usb_vendors is a local copy of usb.ids (similar to pci_vendors) It is now used by usbconfig(1) when listing the devices.
20 lines
405 B
Makefile
20 lines
405 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}/../../sys/dev/usb
|
|
|
|
FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
|
|
committers-src.dot flowers init.ee \
|
|
iso3166 iso639 latin1 mdoc.template operator pci_vendors \
|
|
scsi_modes usb_vendors \
|
|
organization.dot
|
|
|
|
FILESDIR= ${BINDIR}/misc
|
|
|
|
.if ${MK_USB} != "no"
|
|
FILES+= usb_hid_usages
|
|
FILES+= usbdevs
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|