diff options
author | kato <kato@FreeBSD.org> | 1999-03-10 13:41:44 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-03-10 13:41:44 +0000 |
commit | d340b230488940f84d2815e1115a8785980b9a92 (patch) | |
tree | 7e4f06619ab875e2ca95552170fbbc09fb97bc20 /sys/boot/pc98 | |
parent | 58b7c748076bfc2b1242f0a7f58aad72bad3038f (diff) | |
download | FreeBSD-src-d340b230488940f84d2815e1115a8785980b9a92.zip FreeBSD-src-d340b230488940f84d2815e1115a8785980b9a92.tar.gz |
Sync with sys/boot/i386/loader/Makefile revision 1.30.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r-- | sys/boot/pc98/loader/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index f7046ae..215a5c9 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 <bsd.prog.mk> |