diff options
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 8996c0abc2..b83762fec6 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.27 2001/09/06 10:49:29 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.28 2001/09/29 03:11:58 momjian Exp $ subdir = contrib top_builddir = .. @@ -26,6 +26,7 @@ WANTED_DIRS = \ pg_logger \ pg_resetxlog \ pgbench \ + pgcrypto \ rserv \ rtree_gist \ seg \ @@ -41,7 +42,6 @@ WANTED_DIRS = \ # mac \ (does not have a makefile) # mysql \ (does not have a makefile) # oracle \ (does not have a makefile) -# pgcrypto \ (non-standard makefile) # start-scripts \ (does not have a makefile) # tools \ (does not have a makefile) # xml \ (non-standard makefile) |
