xref: /freebsd/sys/modules/if_disc/Makefile (revision 27beb2e98db3193bd22010b9eb00cc7787bb0a2f)
1# $FreeBSD$
2
3.PATH:	${.CURDIR}/../../net
4KMOD=	if_disc
5SRCS=	if_disc.c opt_inet.h opt_inet6.h
6NOMAN=
7
8opt_inet.h:
9	echo "#define INET 1" > ${.TARGET}
10
11#opt_inet6.h:
12#	echo "#define INET6 1" > ${.TARGET}
13
14.include <bsd.kmod.mk>
15