# $PostgreSQL: pgsql/contrib/passgen/Makefile$

MODULES = passgen
DATA_built = passgen.sql
DOCS = README.passgen

ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/passgen
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
