From: Bart De Schuymer Date: Sat, 20 Nov 2004 13:00:52 +0000 (+0000) Subject: fix screwup X-Git-Tag: submit/upstream/20140618.160417~195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bde10155385d8c766eb62f4244ab7b9841f3dff;p=platform%2Fupstream%2Febtables.git fix screwup --- diff --git a/Makefile b/Makefile index 89d3ea0..bdbf86f 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,6 @@ ebtables: $(OBJECTS) $(CC) $(CFLAGS) -o $@ ebtables.o -I$(KERNEL_INCLUDES) -L/root/ \ -L. -Lextensions/ -lebtc $(EXT_LIBSI) - $(MANDIR)/man8/ebtables.8: ebtables.8 mkdir -p $(@D) install -m 0644 -o root -g root $< $@ @@ -117,3 +116,12 @@ release: touch include/linux/* touch include/linux/netfilter_bridge/* cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz + +.PHONY: test_ulog +test_ulog: examples/ulog/test_ulog.c getethertype.o + $(CC) $(CFLAGS) $< -o test_ulog -I$(KERNEL_INCLUDES) -lc \ + getethertype.o + mv test_ulog examples/ulog/ + +.PHONY: examples +examples: test_ulog