14 lines
241 B
Makefile
14 lines
241 B
Makefile
|
# $Id$
|
||
|
|
||
|
BASE= loader
|
||
|
PROG= ${BASE}
|
||
|
NOMAN=
|
||
|
NEWVERSWHAT= "SRM disk boot" alpha
|
||
|
INSTALL_HELP= yes
|
||
|
LOAD_ADDRESS= ${SECONDARY_LOAD_ADDRESS}
|
||
|
|
||
|
# Only disk support
|
||
|
CFLAGS+= -DLOADER_DISK_SUPPORT
|
||
|
|
||
|
.include <${.CURDIR}/../common/Makefile.common>
|