From 14cc2b907aec8cfc9bdb2662c4408eabc1d5de6f Mon Sep 17 00:00:00 2001 From: EUcancER Date: Mon, 23 Apr 2012 11:51:58 +0200 Subject: dnsmap prepare for submodule --- repos/dnsmap/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 repos/dnsmap/Makefile (limited to 'repos/dnsmap/Makefile') 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 - -- cgit v1.2.3