xref: /freebsd/share/misc/Makefile (revision 3958a0eb7efdea1e76137a0b8da55af7af4d4738)
1.include <src.opts.mk>
2
3.PATH:	${.CURDIR}/../../sys/dev/usb
4
5FILESGROUPS=	FILES
6FILES=	ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
7	committers-src.dot flowers \
8	iso3166 iso639 latin1 mdoc.template operator pci_vendors \
9	scsi_modes usb_vendors \
10	organization.dot
11
12FILESDIR=	${BINDIR}/misc
13
14.if ${MK_USB} != "no"
15FILES+=	usb_hid_usages
16FILES+=	usbdevs
17.endif
18
19.if ${MK_EE} != "no"
20FILESGROUPS+=	EE
21EE=		init.ee
22EEDIR=		${FILESDIR}
23EEPACKAGE=	ee
24.endif
25
26.include <bsd.prog.mk>
27