10f0bcab61
from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h) Approved by: rwatson (mentor)
11 lines
148 B
Makefile
11 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
KMOD= uslcom
|
|
SRCS= uslcom.c opt_usb.h \
|
|
device_if.h bus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|