aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/loader
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
commitf2be828f97b28345280dec700f02034086dda979 (patch)
treedc99e3975f9efd3cf9c157f6aa77c6a94d7cfa93 /stand/i386/loader
parente17f5b1d307b7b8910d67883e57a9604305906d5 (diff)
downloadsrc-f2be828f97b28345280dec700f02034086dda979.tar.gz
src-f2be828f97b28345280dec700f02034086dda979.zip
Revert that!
Notes
Notes: svn path=/head/; revision=363351
Diffstat (limited to 'stand/i386/loader')
-rw-r--r--stand/i386/loader/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile
index b46129d5a2dd..b74ef9007d97 100644
--- a/stand/i386/loader/Makefile
+++ b/stand/i386/loader/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-.if 0
+
HAVE_ZFS= ${MK_LOADER_ZFS}
LOADER_NET_SUPPORT?= yes
@@ -11,10 +11,6 @@ LOADER_MSDOS_SUPPORT?= yes
LOADER_UFS_SUPPORT?= yes
LOADER_GZIP_SUPPORT?= yes
LOADER_BZIP2_SUPPORT?= yes
-.else
-LOADER_NET_SUPPORT?= yes
-LOADER_UFS_SUPPORT?= yes
-.endif
.include <bsd.init.mk>
@@ -60,8 +56,8 @@ LIBI386= ${BOOTOBJ}/i386/libi386/libi386.a
CFLAGS+= -I${BOOTSRC}/i386
# Debug me!
-CFLAGS+= -g
-LDFLAGS+= -g
+#CFLAGS+= -g
+#LDFLAGS+= -g
${LOADER}: ${LOADER}.bin ${BTXLDR} ${BTXKERN}
btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \