aboutsummaryrefslogtreecommitdiffstats
path: root/repos/dnsmap/Makefile
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2012-04-23 11:51:58 +0200
committerEUcancER <root@euer.krebsco.de>2012-04-23 11:51:58 +0200
commit14cc2b907aec8cfc9bdb2662c4408eabc1d5de6f (patch)
tree5476cc773906328bad52e9fab41a2c2d45af0171 /repos/dnsmap/Makefile
parent0963816cf267477c14df98228316ad50ca769fbb (diff)
dnsmap prepare for submodule
Diffstat (limited to 'repos/dnsmap/Makefile')
-rw-r--r--repos/dnsmap/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/dnsmap/Makefile b/repos/dnsmap/Makefile
deleted file mode 100644
index 2393d37..0000000
--- a/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
-