summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-02-07 18:13:56 +0000
committeryar <yar@FreeBSD.org>2006-02-07 18:13:56 +0000
commit27eaba310554b93d6461bb726f14c430d643ffa4 (patch)
tree75d054c35a6de16216f1c2b010821a8c3537281e /sys/modules
parent1620f68fa6a302f1afe1b7940624df84f99a9e8b (diff)
downloadFreeBSD-src-27eaba310554b93d6461bb726f14c430d643ffa4.zip
FreeBSD-src-27eaba310554b93d6461bb726f14c430d643ffa4.tar.gz
INET doesn't belong to opt_inet6.h: INET6 belongs to it.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/arcnet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile
index a4bac23..281793f 100644
--- a/sys/modules/arcnet/Makefile
+++ b/sys/modules/arcnet/Makefile
@@ -17,9 +17,12 @@ EXPORT_SYMS= arc_frag_init \
arc_storelladdr
.if !defined(KERNBUILDDIR)
-opt_inet.h opt_inet6.h:
+opt_inet.h:
echo "#define INET 1" > ${.TARGET}
+opt_inet6.h:
+ echo "#define INET6 1" > ${.TARGET}
+
opt_ipx.h:
echo "#define IPX 1" > ${.TARGET}
.endif
OpenPOWER on IntegriCloud