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" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
