mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
KMOD= ng_fec
|
||
|
|
SRCS= ng_fec.c opt_inet.h opt_inet6.h
|
||
|
|
|
||
|
|
CFLAGS += -DINET -DINET6
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|