]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/misc/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / share / misc / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 .PATH:  ${.CURDIR}/../../sys/dev/usb
7
8 FILES=  ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
9         committers-src.dot eqnchar flowers init.ee \
10         iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
11         scsi_modes \
12         organization.dot
13
14 NO_OBJ=
15 FILESDIR=       ${BINDIR}/misc
16
17 .if ${MK_USB} != "no"
18 FILES+= usb_hid_usages
19 FILES+= usbdevs
20 .endif
21
22 .include <bsd.prog.mk>