diff --git a/src/agent/Makefile b/src/agent/Makefile index 699b71ce1d..5b118beb9c 100644 --- a/src/agent/Makefile +++ b/src/agent/Makefile @@ -34,7 +34,7 @@ ifeq ($(SECCOMP),yes) endif ##VAR AGENT_POLICY=yes|no define if agent enables the policy feature -AGENT_POLICY := no +AGENT_POLICY ?= no # Enable the policy feature of rust build ifeq ($(AGENT_POLICY),yes) @@ -62,7 +62,7 @@ endif TARGET_PATH = target/$(TRIPLE)/$(BUILD_TYPE)/$(TARGET) ##VAR DESTDIR= is a directory prepended to each installed target file -DESTDIR := +DESTDIR ?= ##VAR BINDIR= is a directory for installing executable programs BINDIR := /usr/bin