svn commit: r350148 - head/libexec/bootpd

Brooks Davis brooks at FreeBSD.org
Fri Jul 19 18:47:14 UTC 2019


Author: brooks
Date: Fri Jul 19 18:47:13 2019
New Revision: 350148
URL: https://svnweb.freebsd.org/changeset/base/350148

Log:
  Restore WARNS?=1 here.  I missed that libexec/bootpd/bootpgw existed.

Modified:
  head/libexec/bootpd/Makefile.inc

Modified: head/libexec/bootpd/Makefile.inc
==============================================================================
--- head/libexec/bootpd/Makefile.inc	Fri Jul 19 18:39:24 2019	(r350147)
+++ head/libexec/bootpd/Makefile.inc	Fri Jul 19 18:47:13 2019	(r350148)
@@ -1,3 +1,5 @@
 # $FreeBSD$
 
+WARNS?=		1
+
 .include "../Makefile.inc"


More information about the svn-src-head mailing list