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