RELOC -> RELOC_DEFAULT

This commit is contained in:
pk 2000-02-21 14:44:18 +00:00
parent 8305907589
commit ea0dbfe79c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 1999/08/21 14:18:36 sommerfeld Exp $
# $NetBSD: Makefile,v 1.12 2000/02/21 14:44:18 pk Exp $
PROG= bootxx
PROGSOURCE= bootxx.c
@ -7,7 +7,7 @@ PROGSOURCE= bootxx.c
CPPFLAGS+= -DBOOTXX -DLIBSA_NO_CLOSE
STRIPFLAG=
LINKFLAGS= -N -Ttext ${RELOC} -e start
LINKFLAGS= -N -Ttext ${RELOC_DEFAULT} -e start
${PROG}: ${OBJS} ${LIBSA} ${LIBKERN}
${LD} -o ${.TARGET} ${LINKFLAGS} ${OBJS} ${LIBSA} ${LIBKERN}