svn commit: r350470 - in stable/11/libexec/bootpd: . tools
Brooks Davis
brooks at FreeBSD.org
Wed Jul 31 17:29:15 UTC 2019
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"
More information about the svn-src-all
mailing list