summaryrefslogtreecommitdiff
path: root/contrib/chkpass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/chkpass/Makefile')
-rw-r--r--contrib/chkpass/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/chkpass/Makefile b/contrib/chkpass/Makefile
index a9e8f2d91e..af7f492b3a 100644
--- a/contrib/chkpass/Makefile
+++ b/contrib/chkpass/Makefile
@@ -1,9 +1,10 @@
-# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.7 2005/09/27 17:13:00 tgl Exp $
+# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.8 2006/02/27 12:54:38 petere Exp $
MODULE_big = chkpass
OBJS = chkpass.o
SHLIB_LINK = $(filter -lcrypt, $(LIBS))
DATA_built = chkpass.sql
+DATA = uninstall_chkpass.sql
DOCS = README.chkpass
ifdef USE_PGXS