14 lines
321 B
Makefile
14 lines
321 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/fs/udf
|
|
|
|
KMOD= udf
|
|
SRCS= udf_allocation.c udf_osta.c udf_readwrite.c udf_strat_bootstrap.c \
|
|
udf_strat_direct.c udf_strat_rmw.c udf_strat_sequential.c udf_subr.c \
|
|
udf_vnops.c udf_vfsops.c
|
|
|
|
|
|
.include <bsd.kmodule.mk>
|