aboutsummaryrefslogtreecommitdiff
path: root/contrib/array/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/array/Makefile')
-rw-r--r--contrib/array/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/array/Makefile b/contrib/array/Makefile
deleted file mode 100644
index 324fd2660a2..00000000000
--- a/contrib/array/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.16 2001/09/06 10:49:29 petere Exp $
-
-subdir = contrib/array
-top_builddir = ../..
-include $(top_builddir)/src/Makefile.global
-
-MODULES = array_iterator
-DATA_built = array_iterator.sql
-DOCS = README.array_iterator
-
-include $(top_srcdir)/contrib/contrib-global.mk