summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>1999-11-16 00:38:20 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>1999-11-16 00:38:20 +0000
commitf089b54dc67ecb3be5d32a5cca152482f489db6b (patch)
tree6d7c586b127b0c1ebfd7bc7c7a18680db1974bfd
parent98d83734f4ed735f1388ba1c7e6299ab98356e47 (diff)
Notes
-rw-r--r--sys/boot/pc98/loader/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 6d0af3895cdc..e02a955152d8 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -97,6 +97,10 @@ beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/${BASE}.help ${DESTDIR}/boot
.endif
+.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 \