xref: /freebsd/sys/modules/udf/Makefile (revision 51a7b740a11434580f649a98c2b44b98d60e4292)
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
951a7b740SScott LongNOMAN=
1051a7b740SScott Long
1151a7b740SScott LongCFLAGS+= -g
1251a7b740SScott Long
1351a7b740SScott LongCLEANFILES=  .depend
1451a7b740SScott Long.include <bsd.kmod.mk>
15