diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-02-07 18:13:56 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-02-07 18:13:56 +0000 |
| commit | a35ebcc25daf480d611128e75674e96da4ecae32 (patch) | |
| tree | 75d054c35a6de16216f1c2b010821a8c3537281e /sys | |
| parent | 9864500624aa904a728adad4f60cc2b94f98cefc (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/arcnet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile index a4bac23f7d898..281793f9fcdd2 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 |
