summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-07-10 16:52:42 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-07-10 16:52:42 +0000
commit492f0005575c9e76a12ed41f1ea094eb9cd9ab70 (patch)
tree2a4b90654a504892e8d7c273ae383af2cdba94d3
parentce1dd194618ec6b19e00e705e6979b616a295952 (diff)
Notes
-rw-r--r--sys/boot/alpha/common/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common
index 4e7c78122cc5..52b113a84956 100644
--- a/sys/boot/alpha/common/Makefile.common
+++ b/sys/boot/alpha/common/Makefile.common
@@ -74,13 +74,13 @@ beforeinstall:
.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 \
${.CURDIR}/../../forth/support.4th ${DESTDIR}/boot
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/loader.conf ${DESTDIR}/boot/defaults
-.endif
start.o: ${.CURDIR}/../libalpha/start.S