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
20 lines
294 B
Makefile
20 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= arcnet
|
|
SRCS= if_arcsubr.c
|
|
SRCS+= opt_inet.h opt_inet6.h opt_ofed.h
|
|
|
|
EXPORT_SYMS= arc_frag_init \
|
|
arc_frag_next \
|
|
arc_ifattach \
|
|
arc_ifdetach \
|
|
arc_input \
|
|
arc_ioctl \
|
|
arc_isphds \
|
|
arc_output \
|
|
arc_storelladdr
|
|
|
|
.include <bsd.kmod.mk>
|