summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commitcec60429bbb77a84c44199253f4a9d1a628fcc2a (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /sys/boot
parent8a8ad0dddfa253e5daf138f2193095556257d0ce (diff)
downloadFreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.zip
FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.tar.gz
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/boot1/Makefile2
-rw-r--r--sys/boot/alpha/cdboot/Makefile2
-rw-r--r--sys/boot/alpha/netboot/Makefile2
-rw-r--r--sys/boot/arc/loader/Makefile2
-rw-r--r--sys/boot/i386/boot0/Makefile2
-rw-r--r--sys/boot/i386/btx/btx/Makefile2
-rw-r--r--sys/boot/i386/btx/btxldr/Makefile2
-rw-r--r--sys/boot/i386/btx/lib/Makefile2
-rw-r--r--sys/boot/i386/cdboot/Makefile2
-rw-r--r--sys/boot/i386/kgzldr/Makefile2
-rw-r--r--sys/boot/i386/mbr/Makefile2
-rw-r--r--sys/boot/ia64/efi/Makefile2
-rw-r--r--sys/boot/ia64/ski/Makefile2
-rw-r--r--sys/boot/pc98/boot0.5/Makefile2
-rw-r--r--sys/boot/pc98/boot0/Makefile2
-rw-r--r--sys/boot/pc98/boot2/Makefile2
-rw-r--r--sys/boot/pc98/btx/btx/Makefile2
-rw-r--r--sys/boot/pc98/btx/btxldr/Makefile2
-rw-r--r--sys/boot/pc98/btx/lib/Makefile2
-rw-r--r--sys/boot/pc98/kgzldr/Makefile2
-rw-r--r--sys/boot/sparc64/boot1/Makefile2
21 files changed, 21 insertions, 21 deletions
diff --git a/sys/boot/alpha/boot1/Makefile b/sys/boot/alpha/boot1/Makefile
index 62241a2..666fd14 100644
--- a/sys/boot/alpha/boot1/Makefile
+++ b/sys/boot/alpha/boot1/Makefile
@@ -3,7 +3,7 @@
PROG= boot1.sym
INTERNALPROG=
-NOMAN=
+NO_MAN=
LINKS= ${BINDIR}/boot1 ${BINDIR}/boot
.PATH: ${.CURDIR}/../libalpha
diff --git a/sys/boot/alpha/cdboot/Makefile b/sys/boot/alpha/cdboot/Makefile
index f65d901..632f8e5 100644
--- a/sys/boot/alpha/cdboot/Makefile
+++ b/sys/boot/alpha/cdboot/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
BOOT= cdboot
-NOMAN=
+NO_MAN=
NEWVERSWHAT= "SRM CD9660 boot" alpha
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
diff --git a/sys/boot/alpha/netboot/Makefile b/sys/boot/alpha/netboot/Makefile
index 584895e..f3d7d67 100644
--- a/sys/boot/alpha/netboot/Makefile
+++ b/sys/boot/alpha/netboot/Makefile
@@ -2,7 +2,7 @@
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
BOOT= netboot
-NOMAN=
+NO_MAN=
NEWVERSWHAT= "SRM net boot" alpha
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
diff --git a/sys/boot/arc/loader/Makefile b/sys/boot/arc/loader/Makefile
index e7b7457..b9a7e75 100644
--- a/sys/boot/arc/loader/Makefile
+++ b/sys/boot/arc/loader/Makefile
@@ -3,7 +3,7 @@
BASE= loader
PROG= ${BASE}.exe
-NOMAN=
+NO_MAN=
NEWVERSWHAT= "ARC disk boot" ${MACHINE_ARCH}
.PATH: ${.CURDIR}/../common
diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile
index 6b767d0..979ad2f 100644
--- a/sys/boot/i386/boot0/Makefile
+++ b/sys/boot/i386/boot0/Makefile
@@ -3,7 +3,7 @@
PROG?= boot0
STRIP=
BINMODE=${NOBINMODE}
-NOMAN=
+NO_MAN=
SRCS= ${PROG}.S
# The default set of flags compiled into boot0. This enables update (writing
diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile
index a4e78a7..bac945b3 100644
--- a/sys/boot/i386/btx/btx/Makefile
+++ b/sys/boot/i386/btx/btx/Makefile
@@ -2,7 +2,7 @@
PROG= btx
INTERNALPROG=
-NOMAN=
+NO_MAN=
SRCS= btx.S
.if defined(PAGING)
diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile
index 551c292..ba7a993 100644
--- a/sys/boot/i386/btx/btxldr/Makefile
+++ b/sys/boot/i386/btx/btxldr/Makefile
@@ -2,7 +2,7 @@
PROG= btxldr
INTERNALPROG=
-NOMAN=
+NO_MAN=
SRCS= btxldr.S
CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile
index 563f001..8fab66a 100644
--- a/sys/boot/i386/btx/lib/Makefile
+++ b/sys/boot/i386/btx/lib/Makefile
@@ -2,7 +2,7 @@
PROG= crt0.o
INTERNALPROG=
-NOMAN=
+NO_MAN=
SRCS= btxcsu.s btxsys.s btxv86.s
LDFLAGS=-Wl,-r
diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile
index ddca825..77c4b8e 100644
--- a/sys/boot/i386/cdboot/Makefile
+++ b/sys/boot/i386/cdboot/Makefile
@@ -3,7 +3,7 @@
PROG= cdboot
STRIP=
BINMODE=${NOBINMODE}
-NOMAN=
+NO_MAN=
SRCS= ${PROG}.s
ORG= 0x7c00
diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile
index d25e849..eb098a2 100644
--- a/sys/boot/i386/kgzldr/Makefile
+++ b/sys/boot/i386/kgzldr/Makefile
@@ -4,7 +4,7 @@ PROG= kgzldr.o
STRIP=
BINMODE=${LIBMODE}
BINDIR= ${LIBDIR}
-NOMAN=
+NO_MAN=
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
CFLAGS= -Os
diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile
index e36257f..7acda10 100644
--- a/sys/boot/i386/mbr/Makefile
+++ b/sys/boot/i386/mbr/Makefile
@@ -3,7 +3,7 @@
PROG= mbr
STRIP=
BINMODE=${NOBINMODE}
-NOMAN=
+NO_MAN=
SRCS= ${PROG}.s
# MBR flags: 0x80 -- try packet interface (also known as EDD or LBA)
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index a3b126f..9e38fde 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -3,7 +3,7 @@
PROG= loader.sym
INTERNALPROG=
SRCS= conf.c dev_net.c efimd.c main.c start.S vers.c
-NOMAN=
+NO_MAN=
CFLAGS+= -DLOADER
CFLAGS+= -I${.CURDIR}/../../efi/include
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index 02921dc..2acf551 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= skiload
-NOMAN=
+NO_MAN=
NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH}
STRIP= # We must not strip skiload at install time.
diff --git a/sys/boot/pc98/boot0.5/Makefile b/sys/boot/pc98/boot0.5/Makefile
index c9028ee..6b54dd0 100644
--- a/sys/boot/pc98/boot0.5/Makefile
+++ b/sys/boot/pc98/boot0.5/Makefile
@@ -3,7 +3,7 @@
PROG= ${BOOT}.out
INTERNALPROG=
FILES= ${BOOT}
-NOMAN=
+NO_MAN=
SRCS= start.s boot.s boot0.5.s disk.s selector.s support.s syscons.s
CLEANFILES= ${BOOT} ${BOOT}.bin
diff --git a/sys/boot/pc98/boot0/Makefile b/sys/boot/pc98/boot0/Makefile
index a4decfe..be4577c 100644
--- a/sys/boot/pc98/boot0/Makefile
+++ b/sys/boot/pc98/boot0/Makefile
@@ -3,7 +3,7 @@
PROG= ${BOOT}.out
INTERNALPROG=
FILES= ${BOOT}
-NOMAN=
+NO_MAN=
SRCS= ${BOOT}.s
CLEANFILES= ${BOOT}
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index 258b151..b6f3c91 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -50,7 +50,7 @@ CFLAGS+= -DCOMSPEED=${BOOT_COMCONSOLE_SPEED}
CLEANFILES+= boot.nohdr boot.strip boot.ldr boot1 boot2 sizetest
LDFLAGS+= -N -Ttext 0 -e start
NOSHARED= YES
-NOMAN=
+NO_MAN=
STRIP=
# tunable timeout parameter, waiting for keypress, calibrated in ms
diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile
index 7780e6b..c9517ea 100644
--- a/sys/boot/pc98/btx/btx/Makefile
+++ b/sys/boot/pc98/btx/btx/Makefile
@@ -2,7 +2,7 @@
PROG= btx
INTERNALPROG=
-NOMAN=
+NO_MAN=
SRCS= btx.S
CFLAGS+=-DPC98
diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile
index 0cbed49..726149f 100644
--- a/sys/boot/pc98/btx/btxldr/Makefile
+++ b/sys/boot/pc98/btx/btxldr/Makefile
@@ -2,7 +2,7 @@
PROG= btxldr
INTERNALPROG=
-NOMAN=
+NO_MAN=
SRCS= btxldr.S
CFLAGS+=-DPC98
diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile
index 563f001..8fab66a 100644
--- a/sys/boot/pc98/btx/lib/Makefile
+++ b/sys/boot/pc98/btx/lib/Makefile
@@ -2,7 +2,7 @@
PROG= crt0.o
INTERNALPROG=
-NOMAN=
+NO_MAN=
SRCS= btxcsu.s btxsys.s btxv86.s
LDFLAGS=-Wl,-r
diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile
index 1c423d8..ca41781 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -4,7 +4,7 @@ PROG= kgzldr.o
STRIP=
BINMODE=${LIBMODE}
BINDIR= ${LIBDIR}
-NOMAN=
+NO_MAN=
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
CFLAGS= -Os
diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile
index 93d213d..9670678 100644
--- a/sys/boot/sparc64/boot1/Makefile
+++ b/sys/boot/sparc64/boot1/Makefile
@@ -2,7 +2,7 @@
PROG= boot1.elf
INTERNALPROG=
-NOMAN=
+NO_MAN=
FILES= boot1
SRCS= _start.s boot1.c
OpenPOWER on IntegriCloud