mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
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
|