Index: ObsoleteFiles.inc =================================================================== --- ObsoleteFiles.inc +++ ObsoleteFiles.inc @@ -51,6 +51,10 @@ # xargs -n1 | sort | uniq -d; # done +# xxxxxxxx: Removal of fdisk(8) +OLD_FILES+=sbin/fdisk +OLD_FILES+=usr/share/man/man8/fdisk.8.gz + # 20240114: Removal of geom_map(4) OLD_FILES+=usr/share/man/man4/geom_map.4 Index: rescue/rescue/Makefile =================================================================== --- rescue/rescue/Makefile +++ rescue/rescue/Makefile @@ -165,13 +165,13 @@ CRUNCH_LIBS+= -lmt -lsbuf -lufs -lz .if ${MACHINE_CPUARCH} == "i386" -CRUNCH_PROGS_sbin+= bsdlabel fdisk +CRUNCH_PROGS_sbin+= bsdlabel CRUNCH_ALIAS_bsdlabel= disklabel #CRUNCH_LIBS+= -lsmb .endif .if ${MACHINE_CPUARCH} == "amd64" -CRUNCH_PROGS_sbin+= bsdlabel fdisk +CRUNCH_PROGS_sbin+= bsdlabel CRUNCH_ALIAS_bsdlabel= disklabel .endif Index: sbin/Makefile.amd64 =================================================================== --- sbin/Makefile.amd64 +++ sbin/Makefile.amd64 @@ -1,3 +1,2 @@ SUBDIR += bsdlabel -SUBDIR += fdisk Index: sbin/Makefile.arm =================================================================== --- sbin/Makefile.arm +++ sbin/Makefile.arm @@ -1,3 +1,2 @@ SUBDIR += bsdlabel -SUBDIR += fdisk Index: sbin/Makefile.i386 =================================================================== --- sbin/Makefile.i386 +++ sbin/Makefile.i386 @@ -1,3 +1,2 @@ SUBDIR += bsdlabel -SUBDIR += fdisk Index: sbin/Makefile.powerpc64 =================================================================== --- sbin/Makefile.powerpc64 +++ sbin/Makefile.powerpc64 @@ -1,3 +1,2 @@ SUBDIR += bsdlabel -SUBDIR += fdisk