Deleted Added
full compact
Makefile (263140) Makefile (263152)
1# $FreeBSD: head/sys/modules/if_tun/Makefile 263140 2014-03-14 02:58:48Z glebius $
1# $FreeBSD: head/sys/modules/if_tun/Makefile 263152 2014-03-14 06:29:43Z glebius $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD= if_tun
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD= if_tun
6SRCS= if_tun.c opt_atalk.h opt_inet.h opt_inet6.h
6SRCS= if_tun.c opt_inet.h opt_inet6.h
7
8.if !defined(KERNBUILDDIR)
7
8.if !defined(KERNBUILDDIR)
9opt_atalk.h:
10 echo "#define NETATALK 1" > ${.TARGET}
11
12opt_inet.h:
13 echo "#define INET 1" > ${.TARGET}
14
15opt_inet6.h:
16 echo "#define INET6 1" > ${.TARGET}
17.endif
18
19.include <bsd.kmod.mk>
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>