summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2012-08-05 14:38:53 +0000
committerae <ae@FreeBSD.org>2012-08-05 14:38:53 +0000
commitd8ef1d62b66279995de94de2c68c501fc44561f6 (patch)
treeaf42c99925610ca995dd2440651571228b62519c /sys/boot/i386
parent1a92e54c097925600a6073cc61038ce2e97c13d2 (diff)
downloadFreeBSD-src-d8ef1d62b66279995de94de2c68c501fc44561f6.zip
FreeBSD-src-d8ef1d62b66279995de94de2c68c501fc44561f6.tar.gz
Remove unneeded flag.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/loader/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index d3f01b6..cc3eaf8 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -50,9 +50,6 @@ CFLAGS+= -DLOADER_BZIP2_SUPPORT
.if !defined(LOADER_NO_GZIP_SUPPORT)
CFLAGS+= -DLOADER_GZIP_SUPPORT
.endif
-.if !defined(LOADER_NO_GPT_SUPPORT)
-CFLAGS+= -DLOADER_GPT_SUPPORT
-.endif
.if defined(LOADER_NANDFS_SUPPORT)
CFLAGS+= -DLOADER_NANDFS_SUPPORT
.endif
OpenPOWER on IntegriCloud