445516e4e0
to reinstall boot1 after a 'make world'. Unfortunately this means that people who have already installed a new boot1 from a 'make world' after 2000/09/18 *must* reinstall it after their next build using something like: # disklabel -B /dev/da0c
10 lines
392 B
Makefile
10 lines
392 B
Makefile
# $FreeBSD$
|
|
# Options used when building app-specific libalpha components
|
|
PRIMARY_LOAD_ADDRESS= 0x20000000 # "Region 1 start"
|
|
SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k
|
|
HEAP_LIMIT= 0x20040000 # "Region 1 start" + 256k
|
|
DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
|
|
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
|
|
LIBSTAND= -lstand
|
|
LIBALPHA= ${.OBJDIR}/../libalpha/libalpha.a
|