# $FreeBSD: src/sys/modules/arcnet/Makefile,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../net KMOD= arcnet SRCS= if_arcsubr.c SRCS+= opt_inet.h opt_inet6.h opt_ipx.h EXPORT_SYMS= arc_frag_init \ arc_frag_next \ arc_ifattach \ arc_ifdetach \ arc_input \ arc_ioctl \ arc_isphds \ arc_output \ arc_storelladdr .if !defined(KERNBUILDDIR) opt_inet.h: echo "#define INET 1" > ${.TARGET} opt_inet6.h: echo "#define INET6 1" > ${.TARGET} opt_ipx.h: echo "#define IPX 1" > ${.TARGET} .endif .include