X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ipfw%2FMakefile;h=358e4624cfca590a9108d3d6bad545559969f467;hb=a1a8e1a56bb17ada1cc7f14412d6063240653eb3;hp=a32d02a8ad573baec754de3c03a4b30e831bb250;hpb=8e87ee720bdedbc75ae87923fa1032af0d62d5fe;p=ipfw-google.git diff --git a/ipfw/Makefile b/ipfw/Makefile index a32d02a..358e462 100644 --- a/ipfw/Makefile +++ b/ipfw/Makefile @@ -6,6 +6,7 @@ # Do not set with = or := so we can inherit from the caller include ../Makefile.inc +TARGET := ipfw all: $(TARGET) @@ -17,7 +18,6 @@ EXTRA_CFLAGS += -Wall EXTRA_CFLAGS += -include ../glue.h EXTRA_CFLAGS += -I ./include_e -I ./include -TARGET := ipfw ifneq ($(VER),openwrt) ifeq ($(OSARCH),Linux) EXTRA_CFLAGS += -D__BSD_VISIBLE @@ -88,7 +88,7 @@ CFLAGS += -DNO_ALTQ #OBJS += altq.o all: $(TARGET) - -@echo "Done build for $(OSARCH) VER $(VER)" + -@echo "Done build for $(OSARCH)" $(TARGET): $(OBJS) $(MSG) " LD $@"