From 17ab39d64618f366dc7ffd339cd2b84d9490edbc Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 19 Oct 2018 17:16:00 +0200 Subject: [PATCH] build: add missing subpackages --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a5f0a74..a655d68 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ SUBPKGS += replication/internal/queue SUBPKGS += replication/internal/diff SUBPKGS += tlsconf SUBPKGS += util +SUBPKGS += util/socketpair +SUBPKGS += util/watchdog +SUBPKGS += util/envconst SUBPKGS += version SUBPKGS += zfs