aboutsummaryrefslogtreecommitdiff
path: root/contrib/noupdate/Makefile
blob: 5781c35f7016a8a34cc1b595ed718cb555833355 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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