diff options
Diffstat (limited to 'databases/postgresql/Makefile.ssl')
-rw-r--r-- | databases/postgresql/Makefile.ssl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/postgresql/Makefile.ssl b/databases/postgresql/Makefile.ssl new file mode 100644 index 00000000000..1d98eeafdd8 --- /dev/null +++ b/databases/postgresql/Makefile.ssl @@ -0,0 +1,8 @@ +# $NetBSD: Makefile.ssl,v 1.1 2001/05/14 14:52:36 jlam Exp $ +# +# This Makefile fragment *must* be included by PostgreSQL packages built from +# the main sources of the PostgreSQL distribution that use the PostgreSQL +# libraries. + +USE_SSL= # defined +CONFIGURE_ARGS+= --with-openssl=${SSLBASE} |