diff options
author | imp <imp@FreeBSD.org> | 2007-12-19 01:28:17 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-12-19 01:28:17 +0000 |
commit | 457c3936bbb0ef6487a0562a16a3a97ea25a160e (patch) | |
tree | 7f4b85e68021c78a08003ba04f36c645f736e9df /share/misc | |
parent | 5dbc9c73974a2e800555659ad30e93abc8bf666a (diff) | |
download | FreeBSD-src-457c3936bbb0ef6487a0562a16a3a97ea25a160e.zip FreeBSD-src-457c3936bbb0ef6487a0562a16a3a97ea25a160e.tar.gz |
Go ahead and install usbdevs. This will be used by the usbdevs device
to print more information about some devices.
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index 52cbcc7..305baf6 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,10 +1,13 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ +.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 usb_hid_usages + scsi_modes usb_hid_usages usbdevs + NO_OBJ= FILESDIR= ${BINDIR}/misc |