summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gif
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 10:49:29 +0000
committerru <ru@FreeBSD.org>2004-12-21 10:49:29 +0000
commit5c04306fea28785632e3975355c1de290b84d0d5 (patch)
tree89a40f7c173c6b1d806a55aabbfb302e1bef918c /sys/modules/if_gif
parentf6f82226303669a0913de71310950aeae884084b (diff)
downloadFreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.zip
FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.tar.gz
NOINET6 -> NO_INET6
Diffstat (limited to 'sys/modules/if_gif')
-rw-r--r--sys/modules/if_gif/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile
index e934f5b..df04cba 100644
--- a/sys/modules/if_gif/Makefile
+++ b/sys/modules/if_gif/Makefile
@@ -5,14 +5,14 @@
KMOD= if_gif
SRCS= if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mac.h \
opt_mrouting.h
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
SRCS+= in6_gif.c
.endif
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
-.if !defined(NOINET6)
+.if !defined(NO_INET6)
opt_inet6.h:
echo "#define INET6 1" > ${.TARGET}
.endif
OpenPOWER on IntegriCloud