Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / boot / alpha / Makefile.inc
1 # $FreeBSD: src/sys/boot/alpha/Makefile.inc,v 1.5.6.1 2000/07/06 23:29:46 obrien Exp $
2 # $DragonFly: src/sys/boot/alpha/Attic/Makefile.inc,v 1.2 2003/06/17 04:28:16 dillon Exp $
3 # Options used when building app-specific libalpha components
4 PRIMARY_LOAD_ADDRESS=   0x20000000      # "Region 1 start"
5 SECONDARY_LOAD_ADDRESS= 0x2000c000      # "Region 1 start" + 48k
6 HEAP_LIMIT=             0x20040000      # "Region 1 start" + 256k
7 DPADD+=                 ${DESTDIR}/${LIBDIR}/libstand.a
8 LIBSTANDDIR=            ${.CURDIR}/../../../../lib/libstand
9 LIBSTAND=               -lstand
10 LIBALPHA=               ${.OBJDIR}/../libalpha/libalpha.a