diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-09 03:53:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-09 03:53:16 +0000 |
commit | 26b81e569891db09dd1ab4b46c2729ba3d5d1ac4 (patch) | |
tree | a68ee5540335358e86179e2a6bc3bc75c5c44a39 /databases/postgresql/files/Makefile.custom | |
parent | 42ff6500213059d19dbcacbe887f861ec87ddc87 (diff) | |
download | pkgsrc-26b81e569891db09dd1ab4b46c2729ba3d5d1ac4.tar.gz |
Put headers into /include/pgsql.
Diffstat (limited to 'databases/postgresql/files/Makefile.custom')
-rw-r--r-- | databases/postgresql/files/Makefile.custom | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql/files/Makefile.custom b/databases/postgresql/files/Makefile.custom index 700d0848ca1..a72e6f4454e 100644 --- a/databases/postgresql/files/Makefile.custom +++ b/databases/postgresql/files/Makefile.custom @@ -4,7 +4,7 @@ # sub-Makefile in the build tree. Makefiles for shared libraries include # Makefile.global then Makefile.shlib. # -# $NetBSD: Makefile.custom,v 1.2 2000/03/18 17:43:16 jlam Exp $ +# $NetBSD: Makefile.custom,v 1.3 2000/04/09 03:53:17 jlam Exp $ # Where the database templates are stored # @@ -13,6 +13,9 @@ TEMPLATEDIR= $(POSTGRESDIR)/share/postgresql # installation directory for documentation PGDOCS= $(POSTGRESDIR)/share/doc/postgresql +# Where the header files necessary to build frontend programs get installed. +HEADERDIR= $(POSTGRESDIR)/include/pgsql + # Where the ODBC installation-wide configuration file gets installed. ODBCINST= etc |