summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35aa5f32..7c14693f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,9 @@ VNF_DIR := VNFs
ACL := $(VNF_DIR)/vACL
FW := $(VNF_DIR)/vFW
CGNAPT := $(VNF_DIR)/vCGNAPT
+UDP_Replay := $(VNF_DIR)/UDP_Replay
-subdirs := $(ACL) $(CGNAPT) $(FW)
+subdirs := $(ACL) $(CGNAPT) $(FW) $(UDP_Replay)
.PHONY: $(TARGETS) $(subdirs)