projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0525ddc
)
Add chkpass.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 16:54:25 +0000
(16:54 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 23 Aug 2001 16:54:25 +0000
(16:54 +0000)
contrib/Makefile
patch
|
blob
|
history
diff --git
a/contrib/Makefile
b/contrib/Makefile
index df1cf98b6994b3d1c513933ddb7051199662ef5c..e8c3529515f046831c6deb966b1ae4bcdf11b845 100644
(file)
--- a/
contrib/Makefile
+++ b/
contrib/Makefile
@@
-1,4
+1,4
@@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.2
4 2001/08/22 18:27:53
tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.2
5 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 \