summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 66fcb55ad..5d05bac3f 100644
--- a/Makefile
+++ b/Makefile
@@ -72,8 +72,9 @@ interface_definitions: $(BUILD_DIR) $(obj)
rm -f $(TMPL_DIR)/interfaces/wireless/node.tag/vif/node.tag/ipv6/node.def
rm -f $(TMPL_DIR)/interfaces/wirelessmodem/node.tag/ipv6/node.def
rm -f $(TMPL_DIR)/protocols/node.def
- mv $(TMPL_DIR)/protocols/nbgp $(TMPL_DIR)/protocols/.nbgp
- mv $(TMPL_DIR)/protocols/nrip $(TMPL_DIR)/protocols/.nrip
+ rm -f $(TMPL_DIR)/protocols/nbgp
+ rm -f $(TMPL_DIR)/protocols/nrip
+ rm -f $(TMPL_DIR)/protocols/isis
rm -f $(TMPL_DIR)/protocols/static/node.def
rm -f $(TMPL_DIR)/system/node.def
rm -f $(TMPL_DIR)/vpn/node.def