14 lines
220 B
Makefile
14 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../netinet
|
|
|
|
KMOD= ip_mroute
|
|
SRCS= ip_mroute.c opt_mac.h opt_mrouting.h
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
opt_mrouting.h:
|
|
echo "#define MROUTING 1" > ${.TARGET}
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|