mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
6dc920de59
Author: Victor Wagner <vitus@cryptocom.ru>
10 lines
188 B
Makefile
10 lines
188 B
Makefile
subdir = contrib/sslinfo
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = sslinfo
|
|
DATA_built = sslinfo.sql
|
|
DOC = README.pgsslinfo
|
|
|
|
include ../contrib-global.mk
|