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