Implement cancellation points for sigwait, sigtimedwait and sigwaitinfo.
[dragonfly.git] / sys / boot / alpha / Makefile.inc
1 # $FreeBSD: src/sys/boot/alpha/Makefile.inc,v 1.8 2000/10/27 09:36:34 dfr Exp $
2 # $DragonFly: src/sys/boot/alpha/Attic/Makefile.inc,v 1.3 2003/11/10 06:08:22 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