summaryrefslogtreecommitdiffstats
path: root/Reaktor/repos/dnsmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/repos/dnsmap/Makefile')
-rw-r--r--Reaktor/repos/dnsmap/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Reaktor/repos/dnsmap/Makefile b/Reaktor/repos/dnsmap/Makefile
deleted file mode 100644
index 2393d374..00000000
--- a/Reaktor/repos/dnsmap/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-CC=gcc
-CFLAGS=-I.
-BINDIR=/usr/local/bin
-
-dnsmap: dnsmap.c dnsmap.h
- $(CC) $(CFLAGS) -o dnsmap dnsmap.c
-
-install: dnsmap
- mkdir -p $(DESTDIR)$(BINDIR)
- install -m 0755 dnsmap $(DESTDIR)$(BINDIR)
- install -m 0755 dnsmap-bulk.sh $(DESTDIR)$(BINDIR)/dnsmap-bulk
-