aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/Makefile.inc')
-rw-r--r--src/backend/port/Makefile.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/backend/port/Makefile.inc b/src/backend/port/Makefile.inc
new file mode 100644
index 00000000000..a21fd46968f
--- /dev/null
+++ b/src/backend/port/Makefile.inc
@@ -0,0 +1,21 @@
+#-------------------------------------------------------------------------
+#
+# Makefile.inc--
+# Makefile for the port module (for code specific to various UNIX
+# platforms)
+#
+# Copyright (c) 1994, Regents of the University of California
+#
+#
+# IDENTIFICATION
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:41 scrappy Exp $
+#
+#-------------------------------------------------------------------------
+
+portdir= $(CURDIR)/port/$(PORTNAME)
+VPATH:= $(VPATH):$(portdir)
+
+SUBSRCS=
+include $(portdir)/Makefile.inc
+SRCS_PORT:= $(SUBSRCS)
+