summaryrefslogtreecommitdiffstats
path: root/share/misc/Makefile
blob: 37452c279071c1bedb3df36c554c8d744c244e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
# $FreeBSD$

.include <bsd.own.mk>

.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 \
	organization.dot

NO_OBJ=
FILESDIR=	${BINDIR}/misc

.if ${MK_USB} != "no"
FILES+=	usb_hid_usages
FILES+=	usbdevs
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud