blob: 3e2afc43125f441de8f473ab2cb8782da6b2219f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/dev/usb
FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
committers-src.dot eqnchar flowers init.ee \
iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
scsi_modes usb_hid_usages usbdevs \
organization.dot
NO_OBJ=
FILESDIR= ${BINDIR}/misc
.include <bsd.prog.mk>
|