aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-08-23 16:54:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-08-23 16:54:25 +0000
commit3563e90a8c2b6ec3d48052c1cccead9e98d20049 (patch)
tree812a2cd4527c5443f60ffd265ca2bdf7759d1b20
parent0525ddc3e5233b3b5718c5d716ee43a73965301b (diff)
downloadpostgresql-3563e90a8c2b6ec3d48052c1cccead9e98d20049.tar.gz
postgresql-3563e90a8c2b6ec3d48052c1cccead9e98d20049.zip
Add chkpass.
-rw-r--r--contrib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index df1cf98b699..e8c3529515f 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.24 2001/08/22 18:27:53 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.25 2001/08/23 16:54:25 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -7,6 +7,7 @@ include $(top_builddir)/src/Makefile.global
WANTED_DIRS = \
array \
btree_gist \
+ chkpass \
cube \
dbase \
dblink \