blob: d6cda343e21e1bd173411c0f120eb28e2dedbc6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for port/nextstep
#
# IDENTIFICATION
# src/backend/port/nextstep/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/port/nextstep
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = port.o
include $(top_srcdir)/src/backend/common.mk
|