diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-02-02 06:32:26 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-02-02 06:32:26 +0000 |
commit | 8299b37f854e0b217d1b296185991fa5e3dcb0d4 (patch) | |
tree | b73e73c2bf4f6e438b8477d8947c4696ff862b9b /stand/efi/boot1/Makefile | |
parent | 0fd19f4a95a612e39c9fccdc3e0a76f8fbb4b642 (diff) | |
download | src-8299b37f854e0b217d1b296185991fa5e3dcb0d4.tar.gz src-8299b37f854e0b217d1b296185991fa5e3dcb0d4.zip |
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.
Notes
Notes:
svn path=/head/; revision=328769
Diffstat (limited to 'stand/efi/boot1/Makefile')
-rw-r--r-- | stand/efi/boot1/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stand/efi/boot1/Makefile b/stand/efi/boot1/Makefile index 2acefb348d64..02ca94705361 100644 --- a/stand/efi/boot1/Makefile +++ b/stand/efi/boot1/Makefile @@ -1,12 +1,7 @@ # $FreeBSD$ -MAN= - .include <bsd.init.mk> -MK_SSP= no -MK_FORTH= no - PROG= boot1.sym INTERNALPROG= WARNS?= 6 |