1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00
freebsd/sys/modules/netgraph/fec/Makefile
2004-01-13 11:30:37 +00:00

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>