summaryrefslogtreecommitdiff
path: root/databases/postgresql/Makefile.ssl
blob: 774b6a3f89167e10a31c2f0c2c3e39b33d53c389 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile.ssl,v 1.2 2001/06/21 21:40:07 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=${BUILDLINK_DIR}

.include "../../security/openssl/buildlink.mk"