Uncomment some bits that we now need.

This commit is contained in:
Benno Rice 2002-06-07 11:49:56 +00:00
parent 0f9bb727a5
commit 777d0df628
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98014
2 changed files with 12 additions and 12 deletions

View file

@ -58,12 +58,12 @@ CFLAGS+= -I${.CURDIR}/../../ofw/libofw
# where to get libstand from
#XXX need a better way to do this
LIBSTAND= ${.CURDIR}/../../../../lib/libstand/libstand.a
#.if !exists(${LIBSTAND})
#LIBSTAND= ${.OBJDIR}/../../../../lib/libstand/libstand.a
#.if !exists(${LIBSTAND})
#LIBSTAND= -lstand
#.endif
#.endif
.if !exists(${LIBSTAND})
LIBSTAND= ${.OBJDIR}/../../../../lib/libstand/libstand.a
.if !exists(${LIBSTAND})
LIBSTAND= -lstand
.endif
.endif
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# OpenFirmware is expecting ELF components

View file

@ -58,12 +58,12 @@ CFLAGS+= -I${.CURDIR}/../../ofw/libofw
# where to get libstand from
#XXX need a better way to do this
LIBSTAND= ${.CURDIR}/../../../../lib/libstand/libstand.a
#.if !exists(${LIBSTAND})
#LIBSTAND= ${.OBJDIR}/../../../../lib/libstand/libstand.a
#.if !exists(${LIBSTAND})
#LIBSTAND= -lstand
#.endif
#.endif
.if !exists(${LIBSTAND})
LIBSTAND= ${.OBJDIR}/../../../../lib/libstand/libstand.a
.if !exists(${LIBSTAND})
LIBSTAND= -lstand
.endif
.endif
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# OpenFirmware is expecting ELF components