mirror of https://github.com/postgres/postgres
12 lines
314 B
Makefile
12 lines
314 B
Makefile
# $Header: /cvsroot/pgsql/contrib/miscutil/Attic/Makefile,v 1.16 2001/09/06 10:49:29 petere 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
|