summaryrefslogtreecommitdiff
path: root/databases/postgresql73/files/Makefile.custom
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73/files/Makefile.custom')
-rw-r--r--databases/postgresql73/files/Makefile.custom15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/postgresql73/files/Makefile.custom b/databases/postgresql73/files/Makefile.custom
new file mode 100644
index 00000000000..3c97436844e
--- /dev/null
+++ b/databases/postgresql73/files/Makefile.custom
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile.custom,v 1.1.1.1 2004/07/24 22:14:40 recht 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