svn commit: r273092 - head/sys/modules/if_gif

Andrey V. Elsukov ae at FreeBSD.org
Tue Oct 14 14:52:40 UTC 2014


Author: ae
Date: Tue Oct 14 14:52:39 2014
New Revision: 273092
URL: https://svnweb.freebsd.org/changeset/base/273092

Log:
  opt_mrouting.h isn't needed anymore.
  
  MFC after:	1 month

Modified:
  head/sys/modules/if_gif/Makefile

Modified: head/sys/modules/if_gif/Makefile
==============================================================================
--- head/sys/modules/if_gif/Makefile	Tue Oct 14 14:51:27 2014	(r273091)
+++ head/sys/modules/if_gif/Makefile	Tue Oct 14 14:52:39 2014	(r273092)
@@ -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


More information about the svn-src-all mailing list