From 6c15dd1f3851d471d6b96b536e4a483e77a5202d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 1 Apr 2018 23:31:00 +0200 Subject: [PATCH] system: add dpinger dependency Does not clash with apinger and is lightweight. Useful for @marjohn56's upcoming work. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2b75d7fbd..fe2aba988 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ CORE_DEPENDS?= ${CORE_DEPENDS_${CORE_ARCH}} \ dhcp6 \ dhcpleases \ dnsmasq \ + dpinger \ expiretable \ filterlog \ ifinfo \