svn commit: r350143 - in head/libexec/bootpd: . tools

Brooks Davis brooks at FreeBSD.org
Fri Jul 19 17:52:24 UTC 2019


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"


More information about the svn-src-head mailing list