]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/cd9660/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / cd9660 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/cd9660
4
5 KMOD=   cd9660
6 SRCS=   vnode_if.h \
7         cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
8         cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
9 EXPORT_SYMS=    cd9660_iconv
10
11 .include <bsd.kmod.mk>