opnsense-src/share/misc/Makefile
Baptiste Daroussin 2464e5cfd2 usb_vendors: add new usb_vendors
usb_vendors is a local copy of usb.ids (similar to pci_vendors)
It is now used by usbconfig(1) when listing the devices.

(cherry picked from commit db1d086b7372d1d3f4e7a475d8e92642e698c25d)
2024-03-27 09:20:19 +01:00

20 lines
448 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
.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>