Add the fsck_udf(8) tool to the build and release
This commit is contained in:
parent
4e45e5a272
commit
aaca3d49cd
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1292 2022/03/07 09:45:02 mrg Exp $
|
||||
# $NetBSD: mi,v 1.1293 2022/04/06 14:20:07 reinoud Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
|
@ -382,6 +382,7 @@
|
|||
./sbin/fsck_ffs base-sysutil-root
|
||||
./sbin/fsck_lfs base-sysutil-root
|
||||
./sbin/fsck_msdos base-sysutil-root
|
||||
./sbin/fsck_udf base-sysutil-root
|
||||
./sbin/fsck_v7fs base-sysutil-root
|
||||
./sbin/fsdb base-sysutil-root
|
||||
./sbin/fsirand base-sysutil-root
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1737 2022/03/24 16:33:05 wiz Exp $
|
||||
# $NetBSD: mi,v 1.1738 2022/04/06 14:20:07 reinoud Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -2626,6 +2626,7 @@
|
|||
./usr/share/man/cat8/fsck_ffs.0 man-sysutil-catman .cat
|
||||
./usr/share/man/cat8/fsck_lfs.0 man-sysutil-catman .cat
|
||||
./usr/share/man/cat8/fsck_msdos.0 man-sysutil-catman .cat
|
||||
./usr/share/man/cat8/fsck_udf.0 man-sysutil-catman .cat
|
||||
./usr/share/man/cat8/fsck_v7fs.0 man-sysutil-catman .cat
|
||||
./usr/share/man/cat8/fsdb.0 man-sysutil-catman .cat
|
||||
./usr/share/man/cat8/fsinfo.0 man-sysutil-catman .cat
|
||||
|
@ -5722,6 +5723,7 @@
|
|||
./usr/share/man/html8/fsck_ffs.html man-sysutil-htmlman html
|
||||
./usr/share/man/html8/fsck_lfs.html man-sysutil-htmlman html
|
||||
./usr/share/man/html8/fsck_msdos.html man-sysutil-htmlman html
|
||||
./usr/share/man/html8/fsck_udf.html man-sysutil-htmlman html
|
||||
./usr/share/man/html8/fsck_v7fs.html man-sysutil-htmlman html
|
||||
./usr/share/man/html8/fsdb.html man-sysutil-htmlman html
|
||||
./usr/share/man/html8/fsinfo.html man-sysutil-htmlman html
|
||||
|
@ -8907,6 +8909,7 @@
|
|||
./usr/share/man/man8/fsck_ffs.8 man-sysutil-man .man
|
||||
./usr/share/man/man8/fsck_lfs.8 man-sysutil-man .man
|
||||
./usr/share/man/man8/fsck_msdos.8 man-sysutil-man .man
|
||||
./usr/share/man/man8/fsck_udf.8 man-sysutil-man .man
|
||||
./usr/share/man/man8/fsck_v7fs.8 man-sysutil-man .man
|
||||
./usr/share/man/man8/fsdb.8 man-sysutil-man .man
|
||||
./usr/share/man/man8/fsinfo.8 man-sysutil-man .man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.135 2022/02/24 03:35:32 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.136 2022/04/06 14:20:07 reinoud Exp $
|
||||
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
||||
|
||||
# Not ported: XNSrouted enpload scsiformat startslip
|
||||
|
@ -22,7 +22,7 @@ SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs
|
|||
SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs
|
||||
SUBDIR+= newfs_msdos fsck_msdos
|
||||
SUBDIR+= newfs_sysvbfs
|
||||
SUBDIR+= newfs_udf
|
||||
SUBDIR+= newfs_udf fsck_udf
|
||||
SUBDIR+= newfs_v7fs fsck_v7fs
|
||||
SUBDIR+= mount_ados
|
||||
SUBDIR+= mount_autofs
|
||||
|
|
Loading…
Reference in New Issue