aboutsummaryrefslogtreecommitdiff
path: root/stand/ficl
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-02 06:32:26 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-02 06:32:26 +0000
commit8299b37f854e0b217d1b296185991fa5e3dcb0d4 (patch)
treeb73e73c2bf4f6e438b8477d8947c4696ff862b9b /stand/ficl
parent0fd19f4a95a612e39c9fccdc3e0a76f8fbb4b642 (diff)
downloadsrc-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/ficl')
-rw-r--r--stand/ficl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/ficl/Makefile b/stand/ficl/Makefile
index a3aad2c053a6..1e64ae045060 100644
--- a/stand/ficl/Makefile
+++ b/stand/ficl/Makefile
@@ -20,7 +20,6 @@ PROG= testmain
.include <bsd.prog.mk>
.else
LIB= ficl
-INTERNALLIB=
.include <bsd.lib.mk>
.endif