Sync with sys/boot/i386/loader/Makefile revision 1.30.

This commit is contained in:
KATO Takenori 1999-03-10 13:41:44 +00:00
parent 12637fce17
commit 29ebfa3ecc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44630

View File

@ -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>