cf0b6b591e
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
11 lines
164 B
Makefile
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>
|