From 4123da8a54c132ad87656bbb989919f965dfbfca Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@iet.unipi.it>
Date: Mon, 6 Oct 2014 11:11:42 -0700
Subject: [PATCH] remove duplicate entry

---
 ipfw/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ipfw/Makefile b/ipfw/Makefile
index 358e462..2df67e3 100644
--- a/ipfw/Makefile
+++ b/ipfw/Makefile
@@ -87,8 +87,6 @@ OBJS += expand_number.o humanize_number.o glue.o
 CFLAGS += -DNO_ALTQ
 #OBJS += altq.o
 
-all: $(TARGET)
-	-@echo "Done build for $(OSARCH)"
 
 $(TARGET): $(OBJS)
 	$(MSG) "   LD  $@"
-- 
2.47.0