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

10 lines
151 B
Makefile
Raw Normal View History

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= ubsa
SRCS= ubsa.c ucomvar.h opt_usb.h device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>