# $NetBSD: Makefile.custom,v 1.1.1.1 2005/02/06 12:32:05 jdolecek Exp $ # # This file is included by Makefile.global, which is included by every # sub-Makefile in the build tree. Makefiles for shared libraries include # Makefile.global then Makefile.shlib. pkglibdir = $(exec_prefix)/lib/postgresql ifdef INSTALLED_LIBPQ libpq = -lpq endif ifdef INSTALLED_LIBPGTCL libpgtcl = -lpgtcl endif