summaryrefslogtreecommitdiff
path: root/contrib/tips/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-05 17:20:29 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-05 17:20:29 +0000
commitaf7d257e21aae3d75c46977482309b658b3a29d7 (patch)
treecf93e41a5d1c182cc80f5c9122bd34a3d52caf20 /contrib/tips/Makefile
parenta3242fb42cc2b85581a195aa72cf72a1df94b78f (diff)
downloadpostgresql-af7d257e21aae3d75c46977482309b658b3a29d7.tar.gz
Remove contrib modules that have been migrated to pgfoundry: adddepend,
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface, tips.
Diffstat (limited to 'contrib/tips/Makefile')
-rw-r--r--contrib/tips/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/tips/Makefile b/contrib/tips/Makefile
deleted file mode 100644
index 2aca82af29..0000000000
--- a/contrib/tips/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $PostgreSQL: pgsql/contrib/tips/Makefile,v 1.8 2005/09/27 17:13:10 tgl Exp $
-
-DOCS = README.apachelog
-
-ifdef USE_PGXS
-PGXS := $(shell pg_config --pgxs)
-include $(PGXS)
-else
-subdir = contrib/tips
-top_builddir = ../..
-include $(top_builddir)/src/Makefile.global
-include $(top_srcdir)/contrib/contrib-global.mk
-endif