opnsense-src/sys/modules/ip_mroute_mod/Makefile

20 lines
348 B
Makefile
Raw Normal View History

1999-08-27 21:08:13 -04:00
# $FreeBSD$
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
KMOD= ip_mroute
SRCS= ip_mroute.c
SRCS+= opt_inet.h opt_mac.h opt_mrouting.h opt_route.h
.if !defined(KERNBUILDDIR)
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
2001-07-25 16:15:17 -04:00
opt_mrouting.h:
echo "#define MROUTING 1" > ${.TARGET}
.endif
2001-07-25 16:15:17 -04:00
.include <bsd.kmod.mk>