diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 01:32:20 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 01:32:20 +0000 |
| commit | 6cdcc159763ff167b37ccdb648dabbf2bb2275a5 (patch) | |
| tree | ef3de707a3715f6bc27322be78dfbeaad1be3e98 /sys/modules/arcnet | |
| parent | 9a03c49d6c8d92b24fd2597a2110d185c582551b (diff) | |
Notes
Diffstat (limited to 'sys/modules/arcnet')
| -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 9132566f077d..ab1d961bdfe0 100644 --- a/sys/modules/arcnet/Makefile +++ b/sys/modules/arcnet/Makefile @@ -4,7 +4,7 @@ KMOD= arcnet SRCS= if_arcsubr.c -SRCS+= opt_inet.h opt_inet6.h +SRCS+= opt_inet.h opt_inet6.h opt_ipx.h EXPORT_SYMS= arc_frag_init \ arc_frag_next \ @@ -19,4 +19,7 @@ EXPORT_SYMS= arc_frag_init \ opt_inet.h opt_inet6.h: echo "#define INET 1" > ${.TARGET} +opt_ipx.h: + echo "#define IPX 1" > ${.TARGET} + .include <bsd.kmod.mk> |
