Revert "[SAMPLEVNF] Adding UDP Replay VNF"
[samplevnf.git] / Makefile
index 7c14693..35aa5f3 100644 (file)
--- 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)