diff options
author | imp <imp@FreeBSD.org> | 2014-04-13 05:21:56 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-04-13 05:21:56 +0000 |
commit | c39e6fc2c924f2c36a49949d87e26da056aaa71b (patch) | |
tree | e8b079688238ae81d3122ea197d8ddb379b45059 /sys/boot | |
parent | 6d25f9c86ff95d16355d3f9de944b5d0699e1f7b (diff) | |
download | FreeBSD-src-c39e6fc2c924f2c36a49949d87e26da056aaa71b.zip FreeBSD-src-c39e6fc2c924f2c36a49949d87e26da056aaa71b.tar.gz |
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
Diffstat (limited to 'sys/boot')
35 files changed, 35 insertions, 35 deletions
diff --git a/sys/boot/amd64/efi/Makefile b/sys/boot/amd64/efi/Makefile index 8802605..f4138c9 100644 --- a/sys/boot/amd64/efi/Makefile +++ b/sys/boot/amd64/efi/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= +MAN= .include <bsd.own.mk> diff --git a/sys/boot/arm/at91/boot0/Makefile b/sys/boot/arm/at91/boot0/Makefile index a13a620..8c22cc9 100644 --- a/sys/boot/arm/at91/boot0/Makefile +++ b/sys/boot/arm/at91/boot0/Makefile @@ -5,7 +5,7 @@ P=boot0 FILES=${P} SRCS=arm_init.S main.c -NO_MAN= +MAN= LDFLAGS=-e 0 -T ${.CURDIR}/linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} diff --git a/sys/boot/arm/at91/boot0iic/Makefile b/sys/boot/arm/at91/boot0iic/Makefile index 44f4470..af93ce2 100644 --- a/sys/boot/arm/at91/boot0iic/Makefile +++ b/sys/boot/arm/at91/boot0iic/Makefile @@ -5,7 +5,7 @@ P=boot0iic FILES=${P} SRCS=arm_init.S main.c -NO_MAN= +MAN= LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} diff --git a/sys/boot/arm/at91/boot0spi/Makefile b/sys/boot/arm/at91/boot0spi/Makefile index eb6c5b5..207d620 100644 --- a/sys/boot/arm/at91/boot0spi/Makefile +++ b/sys/boot/arm/at91/boot0spi/Makefile @@ -5,7 +5,7 @@ P=boot0spi FILES=${P} SRCS=arm_init.S main.c -NO_MAN= +MAN= LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} diff --git a/sys/boot/arm/at91/boot2/Makefile b/sys/boot/arm/at91/boot2/Makefile index ea02b8e..1150969 100644 --- a/sys/boot/arm/at91/boot2/Makefile +++ b/sys/boot/arm/at91/boot2/Makefile @@ -5,7 +5,7 @@ P=boot2 FILES=${P} SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c -NO_MAN= +MAN= LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} diff --git a/sys/boot/arm/at91/bootiic/Makefile b/sys/boot/arm/at91/bootiic/Makefile index 3983d2b..13f2482 100644 --- a/sys/boot/arm/at91/bootiic/Makefile +++ b/sys/boot/arm/at91/bootiic/Makefile @@ -5,7 +5,7 @@ P=bootiic FILES=${P} SRCS=arm_init.S main.c loader_prompt.c env_vars.c -NO_MAN= +MAN= LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} diff --git a/sys/boot/arm/at91/bootspi/Makefile b/sys/boot/arm/at91/bootspi/Makefile index bd7217d..04c4fbb 100644 --- a/sys/boot/arm/at91/bootspi/Makefile +++ b/sys/boot/arm/at91/bootspi/Makefile @@ -5,7 +5,7 @@ P=bootspi FILES=${P} SRCS=arm_init.S main.c loader_prompt.c env_vars.c ee.c -NO_MAN= +MAN= LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile index a7fe96f..7ab9a1f 100644 --- a/sys/boot/arm/at91/libat91/Makefile +++ b/sys/boot/arm/at91/libat91/Makefile @@ -11,7 +11,7 @@ SRCS=${SOC}_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \ sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \ memset.c memcmp.c SRCS+=ashldi3.c divsi3.S -NO_MAN= +MAN= .if ${MK_TAG_LIST} != "no" CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST diff --git a/sys/boot/arm/ixp425/boot2/Makefile b/sys/boot/arm/ixp425/boot2/Makefile index 9a96d3b..14e87d1 100644 --- a/sys/boot/arm/ixp425/boot2/Makefile +++ b/sys/boot/arm/ixp425/boot2/Makefile @@ -20,7 +20,7 @@ SRCS+=strlen.c ashldi3.c divsi3.S muldi3.c .if ${MK_ARM_EABI} != "no" SRCS+=aeabi_unwind.c .endif -NO_MAN= +MAN= KERNPHYSADDR=0x180000 KERNVIRTADDR=${KERNPHYSADDR} diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index 38281a1..1e696de 100644 --- a/sys/boot/i386/boot0/Makefile +++ b/sys/boot/i386/boot0/Makefile @@ -3,7 +3,7 @@ PROG?= boot0 STRIP= BINMODE=${NOBINMODE} -NO_MAN= +MAN= SRCS= ${PROG}.S # Additional options that you can specify with make OPTS="..." diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index 236d269..0f5a468 100644 --- a/sys/boot/i386/btx/btx/Makefile +++ b/sys/boot/i386/btx/btx/Makefile @@ -2,7 +2,7 @@ PROG= btx INTERNALPROG= -NO_MAN= +MAN= SRCS= btx.S .if defined(BOOT_BTX_NOHANG) diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index b76468b..7e57ca3 100644 --- a/sys/boot/i386/btx/btxldr/Makefile +++ b/sys/boot/i386/btx/btxldr/Makefile @@ -2,7 +2,7 @@ PROG= btxldr INTERNALPROG= -NO_MAN= +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 856d868..c66f0fc 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -2,7 +2,7 @@ PROG= crt0.o INTERNALPROG= -NO_MAN= +MAN= SRCS= btxcsu.S btxsys.s btxv86.s CFLAGS+=-I${.CURDIR}/../../common LDFLAGS=-Wl,-r diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile index f352d69..a3dc251 100644 --- a/sys/boot/i386/cdboot/Makefile +++ b/sys/boot/i386/cdboot/Makefile @@ -3,7 +3,7 @@ PROG= cdboot STRIP= BINMODE=${NOBINMODE} -NO_MAN= +MAN= SRCS= ${PROG}.S CFLAGS+=-I${.CURDIR}/../common diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index a124474..f396ae9 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} -NO_MAN= +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 ac6d415..d1a652c 100644 --- a/sys/boot/i386/mbr/Makefile +++ b/sys/boot/i386/mbr/Makefile @@ -3,7 +3,7 @@ PROG= mbr STRIP= BINMODE=${NOBINMODE} -NO_MAN= +MAN= SRCS= ${PROG}.s # MBR flags: 0x80 -- try packet interface (also known as EDD or LBA) diff --git a/sys/boot/i386/pmbr/Makefile b/sys/boot/i386/pmbr/Makefile index 7ae942d..cc12f49 100644 --- a/sys/boot/i386/pmbr/Makefile +++ b/sys/boot/i386/pmbr/Makefile @@ -3,7 +3,7 @@ PROG= pmbr STRIP= BINMODE=${NOBINMODE} -NO_MAN= +MAN= SRCS= ${PROG}.s ORG= 0x600 diff --git a/sys/boot/i386/zfsloader/Makefile b/sys/boot/i386/zfsloader/Makefile index 926d69d..1825367 100644 --- a/sys/boot/i386/zfsloader/Makefile +++ b/sys/boot/i386/zfsloader/Makefile @@ -6,7 +6,7 @@ LOADER= zfsloader NEWVERSWHAT= "ZFS enabled bootstrap loader" x86 LOADER_ZFS_SUPPORT=yes LOADER_ONLY= yes -NO_MAN= yes +MAN= .include "${.CURDIR}/../loader/Makefile" diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile index 27e81b9..6bb53b5 100644 --- a/sys/boot/ia64/efi/Makefile +++ b/sys/boot/ia64/efi/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= +MAN= .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile index 5151435..31af84e 100644 --- a/sys/boot/ia64/ski/Makefile +++ b/sys/boot/ia64/ski/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= +MAN= .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/libstand32/Makefile b/sys/boot/libstand32/Makefile index da978f9..a364980 100644 --- a/sys/boot/libstand32/Makefile +++ b/sys/boot/libstand32/Makefile @@ -6,7 +6,7 @@ # quite large. # -NO_MAN= +MAN= .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/mips/beri/boot2/Makefile b/sys/boot/mips/beri/boot2/Makefile index c978383..325edbc 100644 --- a/sys/boot/mips/beri/boot2/Makefile +++ b/sys/boot/mips/beri/boot2/Makefile @@ -42,7 +42,7 @@ SRCS= relocate.S \ cfi.c \ sdcard.c -NO_MAN= +MAN= AFLAGS= -G0 diff --git a/sys/boot/pc98/boot0.5/Makefile b/sys/boot/pc98/boot0.5/Makefile index 5177417..4ce3e07 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} -NO_MAN= +MAN= SRCS= start.s boot.s boot0.5.s disk.s selector.s support.s syscons.s \ putssjis.s CLEANFILES= ${BOOT} ${BOOT}.bin diff --git a/sys/boot/pc98/boot0/Makefile b/sys/boot/pc98/boot0/Makefile index a929525..8c903e8 100644 --- a/sys/boot/pc98/boot0/Makefile +++ b/sys/boot/pc98/boot0/Makefile @@ -3,7 +3,7 @@ PROG= ${BOOT}.out INTERNALPROG= FILES= ${BOOT} -NO_MAN= +MAN= SRCS= ${BOOT}.s CLEANFILES= ${BOOT} diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile index 22cd5d6..905908f 100644 --- a/sys/boot/pc98/btx/btx/Makefile +++ b/sys/boot/pc98/btx/btx/Makefile @@ -2,7 +2,7 @@ PROG= btx INTERNALPROG= -NO_MAN= +MAN= SRCS= btx.S .if defined(BOOT_BTX_NOHANG) diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile index aef1685..7d34e9e 100644 --- a/sys/boot/pc98/btx/btxldr/Makefile +++ b/sys/boot/pc98/btx/btxldr/Makefile @@ -2,7 +2,7 @@ PROG= btxldr INTERNALPROG= -NO_MAN= +MAN= SRCS= btxldr.S CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS} diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 151fc8f..e5876bc 100644 --- a/sys/boot/pc98/btx/lib/Makefile +++ b/sys/boot/pc98/btx/lib/Makefile @@ -2,7 +2,7 @@ PROG= crt0.o INTERNALPROG= -NO_MAN= +MAN= SRCS= btxcsu.S btxsys.s btxv86.s CFLAGS+=-I${.CURDIR}/../../../i386/common LDFLAGS=-Wl,-r diff --git a/sys/boot/pc98/cdboot/Makefile b/sys/boot/pc98/cdboot/Makefile index bcce0ef..23543d4 100644 --- a/sys/boot/pc98/cdboot/Makefile +++ b/sys/boot/pc98/cdboot/Makefile @@ -3,7 +3,7 @@ PROG= cdboot STRIP= BINMODE=${NOBINMODE} -NO_MAN= +MAN= SRCS= ${PROG}.S CFLAGS+=-I${.CURDIR}/../../i386/common diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile index 2303fd9..0070d70 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} -NO_MAN= +MAN= SRCS= start.s boot.c inflate.c lib.c crt.s sio.s CFLAGS= -Os diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/sys/boot/powerpc/boot1.chrp/Makefile index 10e6368..4255cdb 100644 --- a/sys/boot/powerpc/boot1.chrp/Makefile +++ b/sys/boot/powerpc/boot1.chrp/Makefile @@ -10,7 +10,7 @@ INSTALLFLAGS= -b FILES= boot1.hfs SRCS= boot1.c ashldi3.c syncicache.c -NO_MAN= +MAN= CFLAGS= -ffreestanding -msoft-float -Os \ -I${.CURDIR}/../../common -I${.CURDIR}/../../../ \ diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile index c941c13..c4180cb 100644 --- a/sys/boot/powerpc/uboot/Makefile +++ b/sys/boot/powerpc/uboot/Makefile @@ -6,7 +6,7 @@ PROG= ubldr NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH} BINDIR?= /boot INSTALLFLAGS= -b -NO_MAN= +MAN= # Architecture-specific loader code SRCS= start.S conf.c vers.c diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile index f8986ad..5150c3b 100644 --- a/sys/boot/sparc64/boot1/Makefile +++ b/sys/boot/sparc64/boot1/Makefile @@ -2,7 +2,7 @@ PROG= boot1.elf INTERNALPROG= -NO_MAN= +MAN= FILES?= boot1 SRCS= _start.s boot1.c CLEANFILES=${FILES} boot1.aout diff --git a/sys/boot/userboot/libstand/Makefile b/sys/boot/userboot/libstand/Makefile index d312ee4..4ef62f3 100644 --- a/sys/boot/userboot/libstand/Makefile +++ b/sys/boot/userboot/libstand/Makefile @@ -6,7 +6,7 @@ # quite large. # -NO_MAN= +MAN= .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/userboot/test/Makefile b/sys/boot/userboot/test/Makefile index 6967461..e9ecf58 100644 --- a/sys/boot/userboot/test/Makefile +++ b/sys/boot/userboot/test/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -NO_MAN= +MAN= .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/userboot/userboot/Makefile b/sys/boot/userboot/userboot/Makefile index aad2e0f..cc528b3 100644 --- a/sys/boot/userboot/userboot/Makefile +++ b/sys/boot/userboot/userboot/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NO_MAN= +MAN= .include <bsd.own.mk> MK_SSP= no |