mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
sslinfo contrib module - information about current SSL certificate
Author: Victor Wagner <vitus@cryptocom.ru>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $PostgreSQL: pgsql/contrib/Makefile,v 1.66 2006/05/30 13:25:57 momjian Exp $
|
||||
# $PostgreSQL: pgsql/contrib/Makefile,v 1.67 2006/09/04 15:07:46 petere Exp $
|
||||
|
||||
subdir = contrib
|
||||
top_builddir = ..
|
||||
@@ -36,6 +36,10 @@ WANTED_DIRS = \
|
||||
userlock \
|
||||
vacuumlo
|
||||
|
||||
ifeq ($(with_openssl),yes)
|
||||
WANTED_DIRS += sslinfo
|
||||
endif
|
||||
|
||||
# Missing:
|
||||
# adddepend \ (does not have a makefile)
|
||||
# mSQL-interface \ (requires msql installed)
|
||||
|
||||
Reference in New Issue
Block a user