summaryrefslogtreecommitdiff
path: root/sys/boot/alpha/loader
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 09:26:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 09:26:35 +0000
commitd1bdfb40fdbbd014d784e1ad700962bc3c6d4115 (patch)
tree129629b06e5fc8f495f4447b72ce9c193c4cae7d /sys/boot/alpha/loader
parent3b2b7c3e7abca45fb4e24c59f996d7058ebf46a3 (diff)
Notes
Diffstat (limited to 'sys/boot/alpha/loader')
-rw-r--r--sys/boot/alpha/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/loader/Makefile b/sys/boot/alpha/loader/Makefile
index 177f2c4b48b3..3b663decfbeb 100644
--- a/sys/boot/alpha/loader/Makefile
+++ b/sys/boot/alpha/loader/Makefile
@@ -7,6 +7,6 @@ INSTALL_HELP= yes
LOAD_ADDRESS= ${SECONDARY_LOAD_ADDRESS}
# Only disk support
-CFLAGS+= -DLOADER_DISK_SUPPORT # -DLOADER_EXT2FS_SUPPORT
+CFLAGS+= -ffreestanding -DLOADER_DISK_SUPPORT # -DLOADER_EXT2FS_SUPPORT
.include <${.CURDIR}/../common/Makefile.common>