Addition of new test case encrypt.test
[samplevnf.git] / Makefile
index 68feab0..bfe85c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,13 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
 
 TARGETS      := all clean
 VNF_DIR      := VNFs
+ACL          := $(VNF_DIR)/vACL
+FW           := $(VNF_DIR)/vFW
 CGNAPT       := $(VNF_DIR)/vCGNAPT
+UDP_Replay   := $(VNF_DIR)/UDP_Replay
+PROX         := $(VNF_DIR)/DPPD-PROX
 
-subdirs      := $(CGNAPT)
+subdirs      := $(ACL) $(CGNAPT) $(FW) $(UDP_Replay) ${PROX}
 
 .PHONY: $(TARGETS) $(subdirs)