freebsd-dev/share/misc/Makefile

22 lines
448 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
.include <src.opts.mk>
.PATH: ${.CURDIR}/../../sys/dev/usb
FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
committers-src.dot flowers init.ee \
iso3166 iso639 latin1 mdoc.template operator pci_vendors \
scsi_modes \
organization.dot
FILESDIR= ${BINDIR}/misc
1994-05-30 19:09:18 +00:00
.if ${MK_USB} != "no"
FILES+= usb_hid_usages
FILES+= usbdevs
.endif
1994-05-30 19:09:18 +00:00
.include <bsd.prog.mk>