From dad5984a9f75c9d15ce88f271baacfe7527caa2d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 1 Jul 2016 23:53:18 +0100 Subject: [PATCH] Makefile: Include local makefile fragment, e.g., to deploy the zones. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9e4d709..81e97d4 100644 --- a/Makefile +++ b/Makefile @@ -89,3 +89,5 @@ all: $(TARGETS) clean::; rm -f $(CLEAN) realclean:: clean; rm -f $(REALCLEAN) .PHONY: clean realclean + +-include local.mk -- 2.11.0