freebsd-dev/share/misc/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

21 lines
436 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
.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
.if ${MK_USB} != "no"
FILES+= usb_hid_usages
FILES+= usbdevs
.endif
.include <bsd.prog.mk>