1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../net
4 KMOD= if_bridge
5 SRCS= if_bridge.c bridgestp.c opt_inet.h opt_inet6.h
6
7 opt_inet.h:
8 echo "#define INET 1" > ${.TARGET}
9
10 .if !defined(NOINET6)
11 opt_inet6.h:
12 echo "#define INET6 1" > ${.TARGET}
13 .endif
14
15 .include <bsd.kmod.mk>
Cache object: ea479f9e60dccf452e43ef2576d29fce
|