summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gif/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_gif/Makefile')
-rw-r--r--sys/modules/if_gif/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile
index 8f61b78..e934f5b 100644
--- a/sys/modules/if_gif/Makefile
+++ b/sys/modules/if_gif/Makefile
@@ -12,11 +12,9 @@ SRCS+= in6_gif.c
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
-opt_inet6.h:
.if !defined(NOINET6)
+opt_inet6.h:
echo "#define INET6 1" > ${.TARGET}
-.else
- echo "" > ${.TARGET}
.endif
opt_mrouting.h:
OpenPOWER on IntegriCloud