summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-06-07 11:49:56 +0000
committerbenno <benno@FreeBSD.org>2002-06-07 11:49:56 +0000
commit3554dc136b9f40542caa69fe126493a7e83750e5 (patch)
treeea3678a42c38026195354f2308ded857984aecfa /sys/boot
parent54bb6c7dad3d4f85e0fd054b69ba2496c49e041e (diff)
downloadFreeBSD-src-3554dc136b9f40542caa69fe126493a7e83750e5.zip
FreeBSD-src-3554dc136b9f40542caa69fe126493a7e83750e5.tar.gz
Uncomment some bits that we now need.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/powerpc/loader/Makefile12
-rw-r--r--sys/boot/powerpc/ofw/Makefile12
2 files changed, 12 insertions, 12 deletions
diff --git a/sys/boot/powerpc/loader/Makefile b/sys/boot/powerpc/loader/Makefile
index 4887c04..78891ad 100644
--- a/sys/boot/powerpc/loader/Makefile
+++ b/sys/boot/powerpc/loader/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
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 4887c04..78891ad 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
OpenPOWER on IntegriCloud