aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cd9660
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-11 07:27:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-11 07:27:17 +0000
commit9a4033589630b3bfbd1a479e9890fb75f3512252 (patch)
treeb9b82bc8348e5921e8de09d56733c0a5cf75be13 /sys/modules/cd9660
parent4535126875e78f47a6b3445c7b8d58d325ec4fcf (diff)
Notes
Diffstat (limited to 'sys/modules/cd9660')
-rw-r--r--sys/modules/cd9660/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index 091ef785e531..94d012c17479 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -6,6 +6,7 @@ KMOD= cd9660
SRCS= vnode_if.h \
cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
+EXPORT_SYMS= cd9660_wchar2char
NOMAN=
.include <bsd.kmod.mk>