loader: VTOC partition size is one sector too large
[unleashed.git] / bin / Makefile.inc
blob9905de583363064b1cbe01ab95c79309350dcf00
1 BINDIR?=        /usr/bin
3 .if defined(PROG)
4 MAPFILES=       ${.CURDIR:H:H}/usr/src/common/mapfiles/common
5 _PROGLDOPTS=    -Wl,-Bdirect
6 _PROGLDOPTS+=   -Wl,-M${MAPFILES}/map.noexstk
7 _PROGLDOPTS+=   -Wl,-M${MAPFILES}/map.pagealign
8 .if ${MACHINE_ARCH} != "sparc"
9 _PROGLDOPTS+=   -Wl,-M${MAPFILES}/map.noexdata
10 .endif
11 BUILDVERSION!=  git describe --long --all HEAD | cut -d/ -f2-
12 .endif