diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-07-10 16:52:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-07-10 16:52:42 +0000 |
| commit | 492f0005575c9e76a12ed41f1ea094eb9cd9ab70 (patch) | |
| tree | 2a4b90654a504892e8d7c273ae383af2cdba94d3 | |
| parent | ce1dd194618ec6b19e00e705e6979b616a295952 (diff) | |
Notes
| -rw-r--r-- | sys/boot/alpha/common/Makefile.common | 2 |
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 |
