From 8299b37f854e0b217d1b296185991fa5e3dcb0d4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 2 Feb 2018 06:32:26 +0000 Subject: 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. --- stand/fdt/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'stand/fdt') diff --git a/stand/fdt/Makefile b/stand/fdt/Makefile index 3e13441719ec..b4767edad4b6 100644 --- a/stand/fdt/Makefile +++ b/stand/fdt/Makefile @@ -5,7 +5,6 @@ .PATH: ${SYSDIR}/contrib/libfdt/ LIB= fdt -INTERNALLIB= # Vendor sources of libfdt. SRCS+= fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c \ -- cgit v1.2.3