freebsd-dev/sys/modules/cdce/Makefile
Maxim Sobolev 6bcf003260 Add USB Communication Device Class Ethernet driver. Originally written for
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
to NetBSD and finally NetBSD version merged with original one goes into
FreeBSD.

Obtained from:  http://www.gank.org/freebsd/cdce/
                NetBSD
                OpenBSD
2005-03-22 14:52:40 +00:00

11 lines
164 B
Makefile

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