From 29ebfa3eccf601fd393958eebd054a61d3605f59 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Wed, 10 Mar 1999 13:41:44 +0000 Subject: [PATCH] Sync with sys/boot/i386/loader/Makefile revision 1.30. --- sys/boot/pc98/loader/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index f7046aee8d6..215a5c975cf 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1999/02/03 08:39:09 kato Exp $ +# $Id: Makefile,v 1.2 1999/02/25 11:01:54 kato Exp $ BASE= loader PROG= ${BASE} @@ -95,6 +95,12 @@ beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/${BASE}.help ${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 # Cannot use ${OBJS} above this line .include