freebsd-dev/usr.sbin/bsdinstall/Makefile
Nathan Whitehorn 2118f3873f Import bsdinstall. This is meant to be (eventually in conjunction with
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!
2011-02-18 14:54:34 +00:00

7 lines
104 B
Makefile

# $FreeBSD$
SUBDIR= distextract distfetch partedit scripts
SCRIPTS= bsdinstall
.include <bsd.prog.mk>