mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
19 lines
393 B
Makefile
19 lines
393 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 \
|
|
organization.dot
|
|
|
|
FILESDIR= ${BINDIR}/misc
|
|
|
|
.if ${MK_USB} != "no"
|
|
FILES+= usb_hid_usages
|
|
FILES+= usbdevs
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|