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
|
|
|
|
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 \
|
2002-08-18 16:57:45 +00:00
|
|
|
iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
|
2007-12-19 01:28:17 +00:00
|
|
|
scsi_modes usb_hid_usages usbdevs
|
|
|
|
|
2004-12-21 08:47:35 +00:00
|
|
|
NO_OBJ=
|
2001-12-17 13:59:35 +00:00
|
|
|
FILESDIR= ${BINDIR}/misc
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|