mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
KMOD= uplcom
|
|
SRCS= uplcom.c ucomvar.h opt_usb.h opt_uplcom.h \
|
|
device_if.h bus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|