summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/winpcap/Examples-pcap/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/winpcap/Examples-pcap/GNUmakefile')
-rw-r--r--3rdparty/winpcap/Examples-pcap/GNUmakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/3rdparty/winpcap/Examples-pcap/GNUmakefile b/3rdparty/winpcap/Examples-pcap/GNUmakefile
deleted file mode 100644
index 9bf82520bbe..00000000000
--- a/3rdparty/winpcap/Examples-pcap/GNUmakefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Makefile for cygwin gcc
-# Nate Lawson <nate@rootlabs.com>
-
-SUBDIRS = basic_dump basic_dump_ex iflist pcap_filter pktdump_ex readfile readfile_ex savedump sendpack UDPdump
-
-all clean install uninstall: ${SUBDIRS}
- for subdir in ${SUBDIRS}; do \
- echo "Entering $$subdir"; \
- (cd $$subdir && ${MAKE} $@) \
- done;