Deleted Added
full compact
Makefile (111926) Makefile (122699)
1# $FreeBSD: head/sys/modules/if_gre/Makefile 111926 2003-03-05 19:24:24Z peter $
1# $FreeBSD: head/sys/modules/if_gre/Makefile 122699 2003-11-14 20:58:00Z bms $
2
2
3.PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet
3.PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
4
5KMOD= if_gre
4
5KMOD= if_gre
6SRCS= if_gre.c ip_gre.c opt_inet.h opt_atalk.h
6SRCS= if_gre.c ip_gre.c opt_inet.h opt_inet6.h opt_atalk.h
7
8opt_inet.h:
9 echo "#define INET 1" > ${.TARGET}
10
7
8opt_inet.h:
9 echo "#define INET 1" > ${.TARGET}
10
11opt_inet6.h:
12 echo "#define INET6 1" > ${.TARGET}
13
11opt_atalk.h:
12 echo "#define NETATALK 1" > ${.TARGET}
13
14.include <bsd.kmod.mk>
14opt_atalk.h:
15 echo "#define NETATALK 1" > ${.TARGET}
16
17.include <bsd.kmod.mk>