From c2973001966c85e1b6df11cc5a9bf0135e7affef Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 22 Mar 2019 01:42:27 +0000 Subject: [PATCH] From r345400, connect ippool to the build/install. PR: 218433 MFC after: 2 weeks X-MFC with: r345400 --- libexec/rc/rc.d/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 3eef01e58b2..e4b335370b7 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -215,7 +215,8 @@ CONFS+= inetd CONFS+= ipfilter \ ipfs \ ipmon \ - ipnat + ipnat \ + ippool .endif .if ${MK_IPFW} != "no"