mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
9 lines
96 B
Makefile
9 lines
96 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../net
|
||
|
|
||
|
KMOD= if_edsc
|
||
|
SRCS= if_edsc.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|