postgresql/contrib/noupdate/Makefile

12 lines
295 B
Makefile
Raw Normal View History

# $Header: /cvsroot/pgsql/contrib/noupdate/Attic/Makefile,v 1.9 2001/09/06 10:49:29 petere Exp $
2000-06-15 21:05:22 +02:00
subdir = contrib/noupdate
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
2000-06-15 21:05:22 +02:00
MODULES = noup
DATA_built = noup.sql
DOCS = README.noup
2000-06-15 21:05:22 +02:00
include $(top_srcdir)/contrib/contrib-global.mk