aboutsummaryrefslogtreecommitdiff
path: root/contrib/chkpass/Makefile
blob: 214cbad25db2fdc5ac245ac32e0c555fd07538c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.6 2004/08/20 20:13:02 momjian Exp $

MODULE_big = chkpass
OBJS = chkpass.o
SHLIB_LINK = $(filter -lcrypt, $(LIBS))
DATA_built = chkpass.sql
DOCS = README.chkpass

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