It is currently too broken to be of any use anyway. Fixes are pending, which is why this patch is intended to be reverted before those are merged. For the time being, the following tools can be used to access cdroms: - isodir - isoinfo - isoread - writeisofs Change-Id: I681e8f1224bb464ba978f893dc18d46fa06a8208
19 lines
349 B
Makefile
19 lines
349 B
Makefile
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= mfs
|
|
SUBDIR+= pfs
|
|
|
|
.if ${MKIMAGEONLY} == "no"
|
|
SUBDIR+= ext2
|
|
#LSC: Commented until the fixed version is ready to be merged in.
|
|
#SUBDIR+= iso9660fs
|
|
SUBDIR+= procfs
|
|
|
|
. if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+= hgfs
|
|
SUBDIR+= vbfs
|
|
. endif # ${MACHINE_ARCH} == "i386"
|
|
.endif # ${MKIMAGEONLY} == "no"
|
|
|
|
.include <bsd.subdir.mk>
|