+ album-3.10, getmail-4.3.14, zile-2.2.9.
[pkgsrc.git] / databases / postgresql74 / files / Makefile.custom
1 # $NetBSD: Makefile.custom,v 1.8 2004/01/21 18:41:27 jlam Exp $
2 #
3 # This file is included by Makefile.global, which is included by every
4 # sub-Makefile in the build tree.  Makefiles for shared libraries include
5 # Makefile.global then Makefile.shlib.
6
7 pkglibdir = $(exec_prefix)/lib/postgresql
8
9 ifdef INSTALLED_LIBPQ
10 libpq = -lpq
11 endif
12
13 ifdef INSTALLED_LIBPGTCL
14 libpgtcl = -lpgtcl
15 endif