aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/ofw/Makefile
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2002-06-07 11:49:56 +0000
committerBenno Rice <benno@FreeBSD.org>2002-06-07 11:49:56 +0000
commit777d0df628658d66513a6949fc53c965949918a0 (patch)
treeea3678a42c38026195354f2308ded857984aecfa /sys/boot/powerpc/ofw/Makefile
parent0f9bb727a59d09217644edcffbec581b271333ef (diff)
downloadsrc-777d0df628658d66513a6949fc53c965949918a0.tar.gz
src-777d0df628658d66513a6949fc53c965949918a0.zip
Uncomment some bits that we now need.
Notes
Notes: svn path=/head/; revision=98014
Diffstat (limited to 'sys/boot/powerpc/ofw/Makefile')
-rw-r--r--sys/boot/powerpc/ofw/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 4887c040218d..78891adb5b0c 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -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