summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-10-14 01:53:56 +0000
committerrnordier <rnordier@FreeBSD.org>1998-10-14 01:53:56 +0000
commitf844028be76b40f7c261000f3cfe22da284f6fec (patch)
treec07ae2017681dae65b6e65c3c5a60613379127ad /sys/boot/i386/gptboot
parent785a2081ad44063f0c5727add8279e926501a635 (diff)
downloadFreeBSD-src-f844028be76b40f7c261000f3cfe22da284f6fec.zip
FreeBSD-src-f844028be76b40f7c261000f3cfe22da284f6fec.tar.gz
Fix btx include path.
Diffstat (limited to 'sys/boot/i386/gptboot')
-rw-r--r--sys/boot/i386/gptboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 9a4f0a8..7f587ea 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/10/13 21:35:42 rnordier Exp $
+# $Id: Makefile,v 1.4 1998/10/14 00:24:16 rnordier Exp $
PROG= boot2
NOMAN=
@@ -19,7 +19,7 @@ BTX= ${.CURDIR}/../btx
ORG1= 0x7c00
ORG2= 0x1000
-CFLAGS= -elf -I${BTX}/lib -I. -fno-builtin \
+CFLAGS= -elf -I${.CURDIR}/../btx/lib -I. -fno-builtin \
-O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
OpenPOWER on IntegriCloud