]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/cd9660/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>