freebsd-dev/sys/modules/ip_mroute_mod/Makefile

16 lines
243 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../netinet
KMOD= ip_mroute
SRCS= ip_mroute.c opt_mac.h opt_mrouting.h
2001-07-25 20:15:17 +00:00
CFLAGS+= -DMROUTE_KLD
.if !defined(KERNBUILDDIR)
2001-07-25 20:15:17 +00:00
opt_mrouting.h:
echo "#define MROUTING 1" > ${.TARGET}
.endif
2001-07-25 20:15:17 +00:00
.include <bsd.kmod.mk>