mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER = n_hibma@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
KMOD = umass
|
|
SRCS = bus_if.h device_if.h \
|
|
opt_usb.h opt_cam.h opt_scsi.h \
|
|
umass.c
|
|
NOMAN =
|
|
|
|
opt_scsi.h:
|
|
echo '#define SCSI_DELAY 15000' > opt_scsi.h
|
|
|
|
.include <bsd.kmod.mk>
|