mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -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>
|