Install the bootforth config files for the Alpha too. loader.conf should

be functional now.
This commit is contained in:
Peter Wemm 2000-05-12 23:22:09 +00:00
parent 32dca8efe6
commit 24d29b9649
2 changed files with 18 additions and 0 deletions

View File

@ -39,6 +39,10 @@ CFLAGS+= -I${.CURDIR}/..
CRT= start.o
STRIP=
BINDIR?= /boot
.ifdef INSTALL_FORTH
MAN5= ../../forth/loader.conf.5
MAN8= ../../i386/loader/loader.8 ../../forth/loader.4th.8
.endif
all: ${BASE}
@ -71,6 +75,19 @@ beforeinstall:
${.CURDIR}/${BASE}.help ${DESTDIR}/boot
.endif
.endif
.ifdef INSTALL_FORTH
.if !exists(${DESTDIR}/boot/loader.rc)
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/loader.rc ${DESTDIR}/boot
.endif
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/loader.4th ${DESTDIR}/boot
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/support.4th ${DESTDIR}/boot
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/loader.conf ${DESTDIR}/boot/defaults
.endif
start.o: ${.CURDIR}/../libalpha/start.S
${CC} -c ${CFLAGS} $<

View File

@ -5,6 +5,7 @@ PROG= ${BASE}
NOMAN=
NEWVERSWHAT= "SRM disk boot" alpha
INSTALL_HELP= yes
INSTALL_FORTH= yes
LOAD_ADDRESS= ${SECONDARY_LOAD_ADDRESS}
# Only disk support