0de8da9ca8
geomman is a text-based disk management tool for FreeBSD, built on top of bsddialog(3). It provides a simple TUI for working with partitions, filesystems, and GEOM labels. This is brauliorivas' GSoC 2025 project, to be eventually included into base. Sponsored by: Google LLC (GSoC 2025)
14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
--- Makefile.orig 2025-08-12 04:59:59 UTC
|
|
+++ Makefile
|
|
@@ -1,10 +1,4 @@
|
|
-BINDIR= ${LIBEXECDIR}/bsdinstall
|
|
PROG= geomman
|
|
-LINKS= ${BINDIR}/partedit ${BINDIR}/autopart \
|
|
- ${BINDIR}/partedit ${BINDIR}/scriptedpart
|
|
-SYMLINKS= ../libexec/bsdinstall/partedit /usr/sbin/sade
|
|
-CFLAGS+= -I/usr/local/include
|
|
-LDFLAGS+= -L/usr/local/lib
|
|
LDADD+= -lgeom -lutil -lbsddialog
|
|
|
|
PARTEDIT_ARCH= ${MACHINE}
|