mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
Sync with sys/boot/i386/loader/Makefile revision 1.30.
This commit is contained in:
parent
12637fce17
commit
29ebfa3ecc
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue