Add udf_rename.c to the UDF module make

This commit is contained in:
reinoud 2013-07-10 19:07:20 +00:00
parent ef76be89bb
commit 70ad4376ce

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:31 joerg Exp $
# $NetBSD: Makefile,v 1.3 2013/07/10 19:07:20 reinoud Exp $
.include "../Makefile.inc"
@ -7,7 +7,7 @@
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
udf_vnops.c udf_vfsops.c udf_rename.c
CWARNFLAGS.clang= -Wno-self-assign