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