summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-08 02:37:45 +0000
committergjb <gjb@FreeBSD.org>2014-09-08 02:37:45 +0000
commit677028b16d0f205246e2af682177505539850147 (patch)
treeeb0f8dac205043e4f9768b6653e44e251e073585
parent1771ced43b898ca568c0c1a142477ad0822f69ad (diff)
downloadFreeBSD-src-677028b16d0f205246e2af682177505539850147.zip
FreeBSD-src-677028b16d0f205246e2af682177505539850147.tar.gz
Silence a bmake(1) warning in the gif(4) module build
when built with WITHOUT_INET6. LGTM: sbruno Sponsored by: The FreeBSD Foundation
-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 fd1ace2..9e2ae97 100644
--- a/sys/modules/if_gif/Makefile
+++ b/sys/modules/if_gif/Makefile
@@ -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
OpenPOWER on IntegriCloud