summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:59:45 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:59:45 +0000
commitc1a820195c3f6961461d3e25ff7910f826995de9 (patch)
tree311c433391b6b9ae7319ac9bd77250512498c346 /sys/boot
parent0b2edb3a9bb579259edf15c7f1fd1513da2981d6 (diff)
downloadFreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.zip
FreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.tar.gz
NOSHARED -> NO_SHARED
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/kgzldr/Makefile2
-rw-r--r--sys/boot/pc98/boot2/Makefile2
-rw-r--r--sys/boot/pc98/kgzldr/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile
index eb098a2..a124474 100644
--- a/sys/boot/i386/kgzldr/Makefile
+++ b/sys/boot/i386/kgzldr/Makefile
@@ -9,7 +9,7 @@ NO_MAN=
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
CFLAGS= -Os
CFLAGS+=-DKZIP
-NOSHARED=
+NO_SHARED=
LDFLAGS=-Wl,-r
.PATH: ${.CURDIR}/../../../kern
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index b6f3c91..de7e867 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -49,7 +49,7 @@ CFLAGS+= -DCOMSPEED=${BOOT_COMCONSOLE_SPEED}
CLEANFILES+= boot.nohdr boot.strip boot.ldr boot1 boot2 sizetest
LDFLAGS+= -N -Ttext 0 -e start
-NOSHARED= YES
+NO_SHARED= YES
NO_MAN=
STRIP=
diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile
index ca41781..e90a0b3 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -9,7 +9,7 @@ NO_MAN=
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
CFLAGS= -Os
CFLAGS+=-DKZIP
-NOSHARED=
+NO_SHARED=
LDFLAGS=-Wl,-r
.PATH: ${.CURDIR}/../../../kern
.PATH: ${.CURDIR}/../../i386/kgzldr
OpenPOWER on IntegriCloud