mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
12 lines
302 B
Makefile
12 lines
302 B
Makefile
# $PostgreSQL: pgsql/contrib/miscutil/Makefile,v 1.17 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/miscutil
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = misc_utils
|
|
DATA_built = misc_utils.sql
|
|
DOCS = README.misc_utils
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|