summaryrefslogtreecommitdiff
path: root/contrib/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/Makefile')
-rw-r--r--contrib/tools/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/tools/Makefile b/contrib/tools/Makefile
index 95e97d72ba..9b7d8a29f3 100644
--- a/contrib/tools/Makefile
+++ b/contrib/tools/Makefile
@@ -1,21 +1,21 @@
-#-------------------------------------------------------------------------
#
-# Makefile --
+# $Header: /cvsroot/pgsql/contrib/tools/Attic/Makefile,v 1.2 2000/06/15 18:55:22 momjian Exp $
#
-# Makefile for contrib tools.
-#
-#-------------------------------------------------------------------------
-PGDIR = ../..
-SRCDIR = $(PGDIR)/src
+TOPDIR=../..
-include $(SRCDIR)/Makefile.global
+include ../Makefile.global
-all:
+NAME =
-install:
+PROGRAM =
+OBJS =
+DOCS =
+SQLS =
+BINS =
+EXAMPLES=
+MODS =
clean:
- rm -f *~
+ $(RM) *~
-distclean: clean