1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/modules/ucycom/Makefile

10 lines
145 B
Makefile
Raw Normal View History

# $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>