2118f3873f
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond. Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and powerpc64. Integration into the build system will occur in the coming weeks. Merging with pc-sysinstall will use this code as a frontend, while temporarily retaining the interactive partition editor here. This work will be done in parallel with improvements on this code and release integration. Thanks to all who have provided testing and comments!
11 lines
148 B
Makefile
11 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
PROG= distfetch
|
|
LDADD= -lfetch -lncursesw -ldialog -lm
|
|
|
|
WARNS?= 6
|
|
NO_MAN= true
|
|
|
|
.include <bsd.prog.mk>
|