003 File Manager
Current Path:
/usr/src/usr.sbin/bsdinstall/partedit
usr
/
src
/
usr.sbin
/
bsdinstall
/
partedit
/
📁
..
📄
Makefile
(642 B)
📄
Makefile.depend
(391 B)
📄
diskeditor.c
(8.74 KB)
📄
diskeditor.h
(1.75 KB)
📄
gpart_ops.c
(39.34 KB)
📄
part_wizard.c
(9.58 KB)
📄
partedit.c
(15.66 KB)
📄
partedit.h
(4.12 KB)
📄
partedit_efi.c
(2.5 KB)
📄
partedit_generic.c
(2.25 KB)
📄
partedit_powerpc.c
(4.26 KB)
📄
partedit_x86.c
(3.52 KB)
📄
sade.8
(2.34 KB)
📄
scripted.c
(5.11 KB)
Editing: Makefile
# $FreeBSD$ BINDIR= ${LIBEXECDIR}/bsdinstall PROG= partedit LINKS= ${BINDIR}/partedit ${BINDIR}/autopart \ ${BINDIR}/partedit ${BINDIR}/scriptedpart SYMLINKS= ../libexec/bsdinstall/partedit /usr/sbin/sade LIBADD+= geom ncursesw util dialog m PARTEDIT_ARCH= ${MACHINE} .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" PARTEDIT_ARCH= x86 .elif ${MACHINE} == "arm64" || ${MACHINE} == "riscv" PARTEDIT_ARCH= efi .endif .if !exists(partedit_${PARTEDIT_ARCH}.c) PARTEDIT_ARCH= generic .endif SRCS= diskeditor.c partedit.c gpart_ops.c partedit_${PARTEDIT_ARCH}.c \ part_wizard.c scripted.c WARNS?= 3 MAN= sade.8 .include <bsd.prog.mk>
Upload File
Create Folder