From 4ca9bcd650b8f8956370e931d243a6689e53b9b6 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 19 Jul 2019 18:47:13 +0000 Subject: [PATCH] Restore WARNS?=1 here. I missed that libexec/bootpd/bootpgw existed. --- libexec/bootpd/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index 265f86d1ed5..f2fd1d4fa08 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,3 +1,5 @@ # $FreeBSD$ +WARNS?= 1 + .include "../Makefile.inc"