1 # $FreeBSD: releng/10.4/sys/modules/if_lagg/Makefile 168793 2007-04-17 00:35:11Z thompsa $
2
3 .include <bsd.own.mk>
4
5 .PATH: ${.CURDIR}/../../net
6 KMOD= if_lagg
7 SRCS= if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h
8
9 .if !defined(KERNBUILDDIR)
10 opt_inet.h:
11 echo "#define INET 1" > ${.TARGET}
12
13 .if ${MK_INET6_SUPPORT} != "no"
14 opt_inet6.h:
15 echo "#define INET6 1" > ${.TARGET}
16 .endif
17 .endif
18
19 .include <bsd.kmod.mk>
Cache object: 0a13e06826e82891d623fa2cbac25a67
|