svn commit: r350469 - in stable/12/libexec/bootpd: . tools

Brooks Davis brooks at FreeBSD.org
Wed Jul 31 17:01:25 UTC 2019


Author: brooks
Date: Wed Jul 31 17:01:23 2019
New Revision: 350469
URL: https://svnweb.freebsd.org/changeset/base/350469

Log:
  MFC r350143, r350148
  
  r350143:
  Chain Makefile.inc's so default are inherited as expected.
  
  Remove unneeded or duplicate variables.
  
  No functional change.
  
  r350148:
  Restore WARNS?=1 here.  I missed that libexec/bootpd/bootpgw existed.
  
  Obtained from:	CheriBSD
  Sponsored by:	DARPA, AFRL

Modified:
  stable/12/libexec/bootpd/Makefile.inc
  stable/12/libexec/bootpd/tools/Makefile.inc
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/libexec/bootpd/Makefile.inc
==============================================================================
--- stable/12/libexec/bootpd/Makefile.inc	Wed Jul 31 16:58:09 2019	(r350468)
+++ stable/12/libexec/bootpd/Makefile.inc	Wed Jul 31 17:01:23 2019	(r350469)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-BINDIR?=	/usr/libexec
-
 WARNS?=		1
+
+.include "../Makefile.inc"

Modified: stable/12/libexec/bootpd/tools/Makefile.inc
==============================================================================
--- stable/12/libexec/bootpd/tools/Makefile.inc	Wed Jul 31 16:58:09 2019	(r350468)
+++ stable/12/libexec/bootpd/tools/Makefile.inc	Wed Jul 31 17:01:23 2019	(r350469)
@@ -4,3 +4,5 @@
 BINDIR=		/usr/sbin
 
 WARNS?=		1
+
+.include "../Makefile.inc"


More information about the svn-src-all mailing list