mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
d64b97ae37
Steven Singer
11 lines
281 B
Makefile
11 lines
281 B
Makefile
# $Header: /cvsroot/pgsql/contrib/dbmirror/Attic/Makefile,v 1.1 2002/06/23 21:58:07 momjian Exp $
|
|
|
|
subdir = contrib/dbmirror
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = pending
|
|
DOCS = README.dbmirror
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|