mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
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
10 lines
164 B
Makefile
10 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>
|