mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
13 lines
208 B
Makefile
13 lines
208 B
Makefile
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/dev/usb/net
|
||
|
|
|
||
|
|
KMOD= if_cdceem
|
||
|
|
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
|
||
|
|
miibus_if.h opt_inet.h \
|
||
|
|
if_cdceem.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|