blob: c8b704c2e4e0dbaa997602bf0e5f3ca261e13b2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD: src/share/misc/Makefile,v 1.27.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.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
NO_OBJ=
FILESDIR= ${BINDIR}/misc
.include <bsd.prog.mk>
|