e979c658c9
and DVD's behave like floppy discs. Writing is supported upto and including version 2.01; version 2.50 and 2.60 will follow. Also extending the UDF implementation to support symbolic links and hardlinks. Added are the mmcformat(8) tool to format rewritable CD/DVD discs and newfs_udf(8). Limitations: all operations can be performed on the file system though the sheduling is currently optimised for archiving workloads. mv(1)/rename(2) is currently only implemented for non-directories.
13 lines
251 B
Makefile
13 lines
251 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/05/14 16:49:48 reinoud Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
WARNS= 4
|
|
PROG= mmcformat
|
|
MAN= mmcformat.8
|
|
SRCS= mmcformat.c uscsi_sense.c uscsi_subr.c
|
|
|
|
CPPFLAGS+= -DSCSI -DUSCSI_SCSIPI -I${NETBSDSRCDIR}/sys
|
|
|
|
.include <bsd.prog.mk>
|