blob: e79a88294b38f1d0137c82a27af8ef5a7808f67e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $FreeBSD: src/sys/modules/ucom/Makefile,v 1.3 2004/06/27 12:33:17 imp Exp $
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= ucom
SRCS= ucom.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h usbdevs.h
.include <bsd.kmod.mk>
|