mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00: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>
|