Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / port / nextstep / Makefile
blob58f70603efaa596f1fc693126e8c93306528f479
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for port/nextstep
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/port/nextstep
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = port.o
17 include $(top_srcdir)/src/backend/common.mk