mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
8 lines
117 B
Makefile
8 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>
|