|
Lines 92-104
Link Here
|
| 92 |
FILES+= brand.4th check-password.4th color.4th delay.4th |
92 |
FILES+= brand.4th check-password.4th color.4th delay.4th |
| 93 |
FILES+= menu.4th menu-commands.4th menusets.4th shortcuts.4th version.4th |
93 |
FILES+= menu.4th menu-commands.4th menusets.4th shortcuts.4th version.4th |
| 94 |
FILESDIR_loader.conf= /boot/defaults |
94 |
FILESDIR_loader.conf= /boot/defaults |
| 95 |
|
|
|
| 96 |
.if !exists(${DESTDIR}/boot/loader.rc) |
| 97 |
FILES+= ${.CURDIR}/../../i386/loader/loader.rc |
95 |
FILES+= ${.CURDIR}/../../i386/loader/loader.rc |
| 98 |
.endif |
|
|
| 99 |
.if !exists(${DESTDIR}/boot/menu.rc) |
| 100 |
FILES+= menu.rc |
96 |
FILES+= menu.rc |
| 101 |
.endif |
|
|
| 102 |
|
97 |
|
| 103 |
# XXX crt0.o needs to be first for pxeboot(8) to work |
98 |
# XXX crt0.o needs to be first for pxeboot(8) to work |
| 104 |
OBJS= ${BTXCRT} |
99 |
OBJS= ${BTXCRT} |