summaryrefslogtreecommitdiff
path: root/src/backend/port/darwin/Makefile
blob: 8f7437107a7a69786d72147d7917bfb9ed4b1961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/darwin
#
# IDENTIFICATION
#    $PostgreSQL$
#
#-------------------------------------------------------------------------

subdir = src/backend/port/darwin
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

OBJS = system.o

include $(top_srcdir)/src/backend/common.mk