xref: /freebsd/share/misc/Makefile (revision 3958a0eb7efdea1e76137a0b8da55af7af4d4738)
10341ccf2SEnji Cooper.include <src.opts.mk>
20341ccf2SEnji Cooper
3768c91f6SWarner Losh.PATH:	${.CURDIR}/../../sys/dev/usb
4768c91f6SWarner Losh
5*3958a0ebSLexi WinterFILESGROUPS=	FILES
67c2fa96dSFlorent ThoumieFILES=	ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
7*3958a0ebSLexi Winter	committers-src.dot flowers \
83a268233SBaptiste Daroussin	iso3166 iso639 latin1 mdoc.template operator pci_vendors \
9db1d086bSBaptiste Daroussin	scsi_modes usb_vendors \
10dc5e7eb6SEitan Adler	organization.dot
11768c91f6SWarner Losh
12a7aaf57eSRuslan ErmilovFILESDIR=	${BINDIR}/misc
13afe61c15SRodney W. Grimes
140341ccf2SEnji Cooper.if ${MK_USB} != "no"
150341ccf2SEnji CooperFILES+=	usb_hid_usages
160341ccf2SEnji CooperFILES+=	usbdevs
170341ccf2SEnji Cooper.endif
180341ccf2SEnji Cooper
19*3958a0ebSLexi Winter.if ${MK_EE} != "no"
20*3958a0ebSLexi WinterFILESGROUPS+=	EE
21*3958a0ebSLexi WinterEE=		init.ee
22*3958a0ebSLexi WinterEEDIR=		${FILESDIR}
23*3958a0ebSLexi WinterEEPACKAGE=	ee
24*3958a0ebSLexi Winter.endif
25*3958a0ebSLexi Winter
26afe61c15SRodney W. Grimes.include <bsd.prog.mk>
27