summaryrefslogtreecommitdiffstats
path: root/sys/modules/arcnet/Makefile
blob: 1f62e639d54581f51d73e20abac1c8642bb7f1dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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>
OpenPOWER on IntegriCloud