mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
7 lines
81 B
Makefile
7 lines
81 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= if_edsc
|
|
SRCS= if_edsc.c
|
|
|
|
.include <bsd.kmod.mk>
|