Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 17:52:23 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350143 - in head/libexec/bootpd: . tools
Message-ID:  <201907191752.x6JHqNEi052528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Fri Jul 19 17:52:23 2019
New Revision: 350143
URL: https://svnweb.freebsd.org/changeset/base/350143

Log:
  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

Modified:
  head/libexec/bootpd/Makefile.inc
  head/libexec/bootpd/tools/Makefile.inc

Modified: head/libexec/bootpd/Makefile.inc
==============================================================================
--- head/libexec/bootpd/Makefile.inc	Fri Jul 19 17:48:29 2019	(r350142)
+++ head/libexec/bootpd/Makefile.inc	Fri Jul 19 17:52:23 2019	(r350143)
@@ -1,5 +1,3 @@
 # $FreeBSD$
 
-BINDIR?=	/usr/libexec
-
-WARNS?=		1
+.include "../Makefile.inc"

Modified: head/libexec/bootpd/tools/Makefile.inc
==============================================================================
--- head/libexec/bootpd/tools/Makefile.inc	Fri Jul 19 17:48:29 2019	(r350142)
+++ head/libexec/bootpd/tools/Makefile.inc	Fri Jul 19 17:52:23 2019	(r350143)
@@ -4,3 +4,5 @@
 BINDIR=		/usr/sbin
 
 WARNS?=		1
+
+.include "../Makefile.inc"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907191752.x6JHqNEi052528>