summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-03-10 03:34:14 +0000
committerdcs <dcs@FreeBSD.org>1999-03-10 03:34:14 +0000
commit313dc063d005651bf16714a28ecb6267f05aae63 (patch)
tree942c2ea0b1e66662a12f50de40259954e4e686a9 /sys/boot
parent61c4a42ccce63c908f8653ec464743a661b7ac41 (diff)
downloadFreeBSD-src-313dc063d005651bf16714a28ecb6267f05aae63.zip
FreeBSD-src-313dc063d005651bf16714a28ecb6267f05aae63.tar.gz
Install new loader.rc stuff.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 9a3b66c..dcc0e71 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud