10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
KMOD= ucycom
|
|
SRCS= ucycom.c opt_usb.h device_if.h bus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|