mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
18 lines
404 B
Makefile
18 lines
404 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>
|