summaryrefslogtreecommitdiffstats
path: root/sys/modules/arcnet/Makefile
blob: 9132566f077d656494793bb6e0744b1ff9d182d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

.PATH: ${.CURDIR}/../../net

KMOD=	arcnet
SRCS=	if_arcsubr.c
SRCS+=	opt_inet.h opt_inet6.h

EXPORT_SYMS=	arc_frag_init	\
		arc_frag_next	\
		arc_ifattach	\
		arc_ifdetach	\
		arc_input	\
		arc_ioctl	\
		arc_isphds	\
		arc_output	\
		arc_storelladdr

opt_inet.h opt_inet6.h:
	echo "#define INET 1" > ${.TARGET}

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud