mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
12 lines
284 B
Makefile
12 lines
284 B
Makefile
# $PostgreSQL: pgsql/contrib/noupdate/Makefile,v 1.10 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/noupdate
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = noup
|
|
DATA_built = noup.sql
|
|
DOCS = README.noup
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|