summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-11-19 14:42:06 +0000
committermiwi <miwi@FreeBSD.org>2011-11-19 14:42:06 +0000
commit5a995cba0a2470daebbfa3df6af3c5548023732b (patch)
treec0723bece4ffde45fd68a122cc31723e3b5587e4 /sys/boot
parenta8ea2ceebe8f8796f64590d58628357d3f765fe0 (diff)
downloadFreeBSD-src-5a995cba0a2470daebbfa3df6af3c5548023732b.zip
FreeBSD-src-5a995cba0a2470daebbfa3df6af3c5548023732b.tar.gz
- Whitespaces fixed only
Approved by: rwatson (mentor)
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index f4babff..9128e62 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -56,7 +56,7 @@ CFLAGS+= -DLOADER_GZIP_SUPPORT
CFLAGS+= -DLOADER_GPT_SUPPORT
.endif
-# Always add MI sources
+# Always add MI sources
.PATH: ${.CURDIR}/../../common
.include "${.CURDIR}/../../common/Makefile.inc"
CFLAGS+= -I${.CURDIR}/../../common
@@ -101,7 +101,7 @@ FILES= ${LOADER}
FILESMODE_${LOADER}= ${BINMODE} -b
.if !defined(LOADER_ONLY)
-.PATH: ${.CURDIR}/../../forth
+.PATH: ${.CURDIR}/../../forth
FILES+= loader.help loader.4th support.4th loader.conf
FILES+= screen.4th frames.4th beastie.4th
FILES+= brand.4th check-password.4th color.4th delay.4th
@@ -117,7 +117,7 @@ FILES+= menu.rc
.endif
# XXX crt0.o needs to be first for pxeboot(8) to work
-OBJS= ${BTXCRT}
+OBJS= ${BTXCRT}
DPADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFS} ${LIBI386} ${LIBSTAND}
LDADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFS} ${LIBI386} ${LIBSTAND}
OpenPOWER on IntegriCloud