X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=ipfw%2FMakefile;fp=ipfw%2FMakefile;h=807f2d1a9fe84656f6ad4226d023542d6e08c050;hp=2a5e08e1f5820abd88bd018266de36044add0a0e;hb=5ad9fec40da13c449d50def12f9cea6e24b6a708;hpb=f1a44f1ebacf274e0f35970bfc8ee5aa07aa9aca diff --git a/ipfw/Makefile b/ipfw/Makefile index 2a5e08e..807f2d1 100644 --- a/ipfw/Makefile +++ b/ipfw/Makefile @@ -7,8 +7,7 @@ # Do not set with = or := so we can inherit from the caller $(warning Building userland ipfw for $(VER)) EXTRA_CFLAGS += -O1 -# comment this on planetlab -#EXTRA_CFLAGS += -Wall -Werror +EXTRA_CFLAGS += -Wall -Werror EXTRA_CFLAGS += -include ../glue.h EXTRA_CFLAGS += -I ./include @@ -53,3 +52,4 @@ include/netinet: clean distclean: -rm -f $(OBJS) ipfw + -rm -rf include/netinet/