Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2019 17:29:15 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r350470 - in stable/11/libexec/bootpd: . tools
Message-ID:  <201907311729.x6VHTFiJ086134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Jul 31 17:29:14 2019
New Revision: 350470
URL: https://svnweb.freebsd.org/changeset/base/350470

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/11/libexec/bootpd/Makefile.inc
  stable/11/libexec/bootpd/tools/Makefile.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/libexec/bootpd/Makefile.inc
==============================================================================
--- stable/11/libexec/bootpd/Makefile.inc	Wed Jul 31 17:01:23 2019	(r350469)
+++ stable/11/libexec/bootpd/Makefile.inc	Wed Jul 31 17:29:14 2019	(r350470)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-BINDIR?=	/usr/libexec
-
 WARNS?=		1
+
+.include "../Makefile.inc"

Modified: stable/11/libexec/bootpd/tools/Makefile.inc
==============================================================================
--- stable/11/libexec/bootpd/tools/Makefile.inc	Wed Jul 31 17:01:23 2019	(r350469)
+++ stable/11/libexec/bootpd/tools/Makefile.inc	Wed Jul 31 17:29:14 2019	(r350470)
@@ -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?201907311729.x6VHTFiJ086134>