2001-07-02 21:02:09 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2006-03-17 18:54:44 +00:00
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
.PATH: ${SYSDIR}/net ${SYSDIR}/netinet ${SYSDIR}/netinet6
|
2001-07-02 21:02:09 +00:00
|
|
|
|
|
|
|
KMOD= if_gif
|
2014-12-26 00:01:00 +00:00
|
|
|
SRCS= if_gif.c opt_inet.h opt_inet6.h
|
2015-02-18 15:25:25 +00:00
|
|
|
SRCS.INET=in_gif.c
|
|
|
|
SRCS.INET6=in6_gif.c
|
2001-07-02 21:02:09 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|