diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-01-11 01:16:00 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-11 01:16:00 +0000 |
| commit | 07af4a8e64e29219e1965630a66c7e92837d96d3 (patch) | |
| tree | 907bf900d10c2dfaaef17f09eaa509eb3a39e99d /sys/modules/arcnet | |
| parent | 93f03548500fbe1dda5140d30fe8a48d4686ed70 (diff) | |
Notes
Diffstat (limited to 'sys/modules/arcnet')
| -rw-r--r-- | sys/modules/arcnet/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile index a88ae654534b..9132566f077d 100644 --- a/sys/modules/arcnet/Makefile +++ b/sys/modules/arcnet/Makefile @@ -6,6 +6,16 @@ KMOD= arcnet SRCS= if_arcsubr.c SRCS+= opt_inet.h opt_inet6.h +EXPORT_SYMS= arc_frag_init \ + arc_frag_next \ + arc_ifattach \ + arc_ifdetach \ + arc_input \ + arc_ioctl \ + arc_isphds \ + arc_output \ + arc_storelladdr + opt_inet.h opt_inet6.h: echo "#define INET 1" > ${.TARGET} |
