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 eqnchar flowers init.ee \ 10 iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \ 11 scsi_modes \ 12 organization.dot 13 14NO_OBJ= 15FILESDIR= ${BINDIR}/misc 16 17.if ${MK_USB} != "no" 18FILES+= usb_hid_usages 19FILES+= usbdevs 20.endif 21 22.include <bsd.prog.mk> 23