mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
10 lines
201 B
Makefile
10 lines
201 B
Makefile
|
subdir = contrib/dbsize
|
||
|
top_builddir = ../..
|
||
|
include $(top_builddir)/src/Makefile.global
|
||
|
|
||
|
MODULES = dbsize
|
||
|
DATA_built = dbsize.sql
|
||
|
DOCS = README.dbsize
|
||
|
|
||
|
include $(top_srcdir)/contrib/contrib-global.mk
|