9 lines
98 B
Makefile
9 lines
98 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../net
|
||
|
|
||
|
KMOD= if_epair
|
||
|
SRCS= if_epair.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|