]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/misc/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / share / misc / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 .include <src.opts.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 flowers init.ee \
10         iso3166 iso639 latin1 mdoc.template operator pci_vendors \
11         scsi_modes \
12         organization.dot
13
14 FILESDIR=       ${BINDIR}/misc
15
16 .if ${MK_USB} != "no"
17 FILES+= usb_hid_usages
18 FILES+= usbdevs
19 .endif
20
21 .include <bsd.prog.mk>