Makefile revision 89099
1# $FreeBSD: head/sys/modules/arcnet/Makefile 89099 2002-01-08 20:03:13Z fjoe $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	arcnet
6SRCS=	if_arcsubr.c
7SRCS+=	opt_inet.h opt_inet6.h
8
9opt_inet.h opt_inet6.h:
10	echo "#define INET 1" > ${.TARGET}
11
12.include <bsd.kmod.mk>
13