10 lines
346 B
Makefile
10 lines
346 B
Makefile
# $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"
|