xref: /freebsd/sys/modules/udf/Makefile (revision 396c3653e499695fae13ddd614570efaea83a6ac)
151a7b740SScott Long# $FreeBSD$
251a7b740SScott Long
351a7b740SScott Long.PATH: ${.CURDIR}/../../fs/udf
451a7b740SScott Long
551a7b740SScott LongKMOD=	udf
651a7b740SScott Long
751a7b740SScott LongSRCS=	udf_vfsops.c udf_vnops.c osta.c
851a7b740SScott LongSRCS+=	vnode_if.h
9396c3653SScott LongEXPORT_SYMS=	udf_iconv
1051a7b740SScott LongNOMAN=
1151a7b740SScott Long
1251a7b740SScott LongCLEANFILES=  .depend
1351a7b740SScott Long.include <bsd.kmod.mk>
14