From f847f7558c986c99f11ac47f55790fa699e7f53d Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Wed, 10 Mar 1999 03:34:14 +0000 Subject: [PATCH] Install new loader.rc stuff. --- sys/boot/i386/loader/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 9a3b66ca9977..dcc0e71e8913 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1999/01/18 19:05:27 msmith Exp $ +# $Id: Makefile,v 1.29 1999/02/24 01:37:23 msmith Exp $ BASE= loader PROG= ${BASE} @@ -92,6 +92,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