Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/if_gre/Makefile 111926 2003-03-05 19:24:24Z peter $
---
> # $FreeBSD: head/sys/modules/if_gre/Makefile 122699 2003-11-14 20:58:00Z bms $
3c3
< .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet
---
> .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
6c6
< SRCS= if_gre.c ip_gre.c opt_inet.h opt_atalk.h
---
> SRCS= if_gre.c ip_gre.c opt_inet.h opt_inet6.h opt_atalk.h
10a11,13
> opt_inet6.h:
> echo "#define INET6 1" > ${.TARGET}
>