From df7a21a703da571971498b30859b8d01170e9042 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 19 Jul 2019 17:52:23 +0000 Subject: [PATCH] Chain Makefile.inc's so default are inherited as expected. Remove unneeded or duplicate variables. No functional change. Obtained from: CheriBSD MFC after: 1 week Sponsored by: DARPA, AFRL --- libexec/bootpd/Makefile.inc | 4 +--- libexec/bootpd/tools/Makefile.inc | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index 899c9b53689d..265f86d1ed55 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,5 +1,3 @@ # $FreeBSD$ -BINDIR?= /usr/libexec - -WARNS?= 1 +.include "../Makefile.inc" diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index f4a306f1a320..5b9263c630e5 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -4,3 +4,5 @@ BINDIR= /usr/sbin WARNS?= 1 + +.include "../Makefile.inc"