908e960ea6
adjust conf/files and modules' Makefiles accordingly. No code or ABI changes so this and most of previous related changes can be easily MFC'ed MFC after: 5 days
18 lines
280 B
Makefile
18 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}/../../netinet/ipfw
|
|
KMOD= dummynet
|
|
SRCS= ip_dummynet.c
|
|
SRCS+= opt_inet6.h
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
opt_inet6.h:
|
|
echo "#define INET6 1" > ${.TARGET}
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|