xref: /freebsd-14.2/share/misc/Makefile (revision 2464e5cf)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
2
3.include <src.opts.mk>
4
5.PATH:	${.CURDIR}/../../sys/dev/usb
6
7FILES=	ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
8	committers-src.dot flowers init.ee \
9	iso3166 iso639 latin1 mdoc.template operator pci_vendors \
10	scsi_modes usb_vendors \
11	organization.dot
12
13FILESDIR=	${BINDIR}/misc
14
15.if ${MK_USB} != "no"
16FILES+=	usb_hid_usages
17FILES+=	usbdevs
18.endif
19
20.include <bsd.prog.mk>
21