Deleted Added
full compact
Makefile (151350) Makefile (193588)
1# $FreeBSD: head/sys/modules/if_stf/Makefile 151350 2005-10-14 23:30:17Z yar $
1# $FreeBSD: head/sys/modules/if_stf/Makefile 193588 2009-06-06 17:01:44Z rwatson $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD= if_stf
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD= if_stf
6SRCS= if_stf.c opt_inet.h opt_inet6.h opt_mac.h
6SRCS= if_stf.c opt_inet.h opt_inet6.h
7
8.if !defined(KERNBUILDDIR)
9opt_inet.h:
10 echo "#define INET 1" > ${.TARGET}
11
12opt_inet6.h:
13 echo "#define INET6 1" > ${.TARGET}
14.endif
15
16.include <bsd.kmod.mk>
7
8.if !defined(KERNBUILDDIR)
9opt_inet.h:
10 echo "#define INET 1" > ${.TARGET}
11
12opt_inet6.h:
13 echo "#define INET6 1" > ${.TARGET}
14.endif
15
16.include <bsd.kmod.mk>