fa6c4a2580
Also following functionality was added: - Add install_master to the installboot from NetBSD. - Check if enough space for bootxx. Old installboot was renamed to installboot_minix.
12 lines
254 B
Makefile
12 lines
254 B
Makefile
# installboot: install the boot package; runs on the installer's machine
|
|
|
|
PROG= installboot_minix
|
|
BINDIR= /usr/bin
|
|
|
|
SRCS= installboot.c rawfs.c
|
|
.PATH: ${.CURDIR}/..
|
|
CPPFLAGS= -I${MINIXSRCDIR} -I${.CURDIR}/..
|
|
|
|
MAN= # installboot.8
|
|
|
|
.include <bsd.prog.mk>
|