aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2014-10-14 14:52:39 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2014-10-14 14:52:39 +0000
commit7f4b9af63161f2ae91cb5ce9491814d463c291b5 (patch)
treea5a4980628faa61bd5171ce70def5a1ada228a0d
parent245c40e879bf77ed018b550185412cf861bd6c1d (diff)
downloadsrc-7f4b9af63161f2ae91cb5ce9491814d463c291b5.tar.gz
src-7f4b9af63161f2ae91cb5ce9491814d463c291b5.zip
opt_mrouting.h isn't needed anymore.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=273092
-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 9e2ae973adbc..af8c3c72fea9 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