summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gif
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_gif')
-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 1cde56c..a501dd6 100644
--- a/sys/modules/if_gif/Makefile
+++ b/sys/modules/if_gif/Makefile
@@ -19,7 +19,7 @@ opt_inet6.h:
opt_mrouting.h:
echo "#define MROUTING 1" > ${.TARGET}
.else
-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