blob: 36115ccca4369ac7c42fb7814a7e4bfb84324a1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|