1996-08-05 14:35:35 -04:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1994-05-30 15:09:18 -04:00
|
|
|
|
2014-11-26 16:18:52 -05:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
2007-12-18 20:28:17 -05:00
|
|
|
.PATH: ${.CURDIR}/../../sys/dev/usb
|
|
|
|
|
|
2007-03-30 12:56:38 -04:00
|
|
|
FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
|
2017-11-12 04:42:42 -05:00
|
|
|
committers-src.dot flowers init.ee \
|
2017-05-25 17:16:39 -04:00
|
|
|
iso3166 iso639 latin1 mdoc.template operator pci_vendors \
|
2014-11-26 16:18:52 -05:00
|
|
|
scsi_modes \
|
2012-12-05 08:05:24 -05:00
|
|
|
organization.dot
|
2007-12-18 20:28:17 -05:00
|
|
|
|
2001-12-17 08:59:35 -05:00
|
|
|
FILESDIR= ${BINDIR}/misc
|
1994-05-30 15:09:18 -04:00
|
|
|
|
2014-11-26 16:18:52 -05:00
|
|
|
.if ${MK_USB} != "no"
|
|
|
|
|
FILES+= usb_hid_usages
|
|
|
|
|
FILES+= usbdevs
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-05-30 15:09:18 -04:00
|
|
|
.include <bsd.prog.mk>
|