Centralize several variables.
authorimp <imp@FreeBSD.org>
Fri, 2 Feb 2018 06:32:26 +0000 (06:32 +0000)
committerimp <imp@FreeBSD.org>
Fri, 2 Feb 2018 06:32:26 +0000 (06:32 +0000)
commitb358fb5dee778a081d23514b6296d175709bade6
treeb73e73c2bf4f6e438b8477d8947c4696ff862b9b
parent1f04db9ba08df515bfb72613f0d5eaf01e2988a6
Centralize several variables.

MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always the
same, so set them in defs.mk. MAN= is common, so set it here too.
This removes a lot of boring repetition from the Makefiles that added
almost no value.
35 files changed:
stand/defs.mk
stand/efi/boot1/Makefile
stand/efi/fdt/Makefile
stand/efi/libefi/Makefile
stand/efi/loader/Makefile
stand/fdt/Makefile
stand/ficl/Makefile
stand/geli/Makefile
stand/i386/boot0/Makefile
stand/i386/btx/btx/Makefile
stand/i386/btx/btxldr/Makefile
stand/i386/btx/lib/Makefile
stand/i386/cdboot/Makefile
stand/i386/kgzldr/Makefile
stand/i386/libfirewire/Makefile
stand/i386/libi386/Makefile
stand/i386/loader/Makefile
stand/i386/mbr/Makefile
stand/i386/pmbr/Makefile
stand/libsa/Makefile
stand/mips/beri/boot2/Makefile
stand/mips/beri/loader/Makefile
stand/ofw/libofw/Makefile
stand/powerpc/boot1.chrp/Makefile
stand/powerpc/kboot/Makefile
stand/powerpc/ofw/Makefile
stand/powerpc/uboot/Makefile
stand/sparc64/boot1/Makefile
stand/sparc64/loader/Makefile
stand/uboot/fdt/Makefile
stand/uboot/lib/Makefile
stand/usb/Makefile.test
stand/userboot/test/Makefile
stand/userboot/userboot/Makefile
stand/zfs/Makefile