svn commit: r271245 - head/sys/modules/if_gif
Glen Barber
gjb at FreeBSD.org
Mon Sep 8 02:37:45 UTC 2014
Author: gjb
Date: Mon Sep 8 02:37:45 2014
New Revision: 271245
URL: http://svnweb.freebsd.org/changeset/base/271245
Log:
Silence a bmake(1) warning in the gif(4) module build
when built with WITHOUT_INET6.
LGTM: sbruno
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/modules/if_gif/Makefile
Modified: head/sys/modules/if_gif/Makefile
==============================================================================
--- head/sys/modules/if_gif/Makefile Mon Sep 8 02:25:01 2014 (r271244)
+++ head/sys/modules/if_gif/Makefile Mon Sep 8 02:37:45 2014 (r271245)
@@ -9,7 +9,7 @@ KMOD= if_gif
SRCS= if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
.if defined(KERNBUILDDIR)
-OPT_INET6!= cat ${KERNBUILDDIR}/opt_inet6.h
+OPT_INET6!= cat ${KERNBUILDDIR}/opt_inet6.h; echo
.if empty(OPT_INET6)
MK_INET6_SUPPORT=no
.endif
More information about the svn-src-all
mailing list