193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
139 B
Makefile
11 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet6
|
|
|
|
KMOD= ip6_mroute
|
|
|
|
SRCS= ip6_mroute.c
|
|
SRCS+= opt_inet6.h opt_mrouting.h
|
|
|
|
.include <bsd.kmod.mk>
|