summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2014-10-14 14:52:39 +0000
committerae <ae@FreeBSD.org>2014-10-14 14:52:39 +0000
commitf471840d6caf5d592b318fdba30857e37d623989 (patch)
treea5a4980628faa61bd5171ce70def5a1ada228a0d
parente8b631abdf668cbd0d9ce6fc3cbf1d65b70b8b3e (diff)
downloadFreeBSD-src-f471840d6caf5d592b318fdba30857e37d623989.zip
FreeBSD-src-f471840d6caf5d592b318fdba30857e37d623989.tar.gz
opt_mrouting.h isn't needed anymore.
MFC after: 1 month
-rw-r--r--sys/modules/if_gif/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile
index 9e2ae97..af8c3c7 100644
--- a/sys/modules/if_gif/Makefile
+++ b/sys/modules/if_gif/Makefile
@@ -6,7 +6,7 @@ SYSDIR?=${.CURDIR}/../..
.PATH: ${SYSDIR}/net ${SYSDIR}/netinet ${SYSDIR}/netinet6
KMOD= if_gif
-SRCS= if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
+SRCS= if_gif.c in_gif.c opt_inet.h opt_inet6.h
.if defined(KERNBUILDDIR)
OPT_INET6!= cat ${KERNBUILDDIR}/opt_inet6.h; echo
OpenPOWER on IntegriCloud