]> granicus.if.org Git - postgresql/blob - contrib/tablefunc/Makefile
'third' -> 'fourth' where needed, per Joe Conway.
[postgresql] / contrib / tablefunc / Makefile
1 subdir = contrib/tablefunc
2 top_builddir = ../..
3 include $(top_builddir)/src/Makefile.global
4
5 MODULES = tablefunc
6 DATA_built = tablefunc.sql
7 DOCS = README.tablefunc
8 REGRESS = tablefunc
9
10 include $(top_srcdir)/contrib/contrib-global.mk