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