mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
11 lines
178 B
Makefile
11 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= n_hibma@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= uscanner
|
|
SRCS= bus_if.h device_if.h opt_usb.h uscanner.c usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|