summaryrefslogtreecommitdiff
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, 0 insertions, 21 deletions
diff --git a/src/backend/port/Makefile.inc b/src/backend/port/Makefile.inc
deleted file mode 100644
index a21fd46968..0000000000
--- a/src/backend/port/Makefile.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# 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)
-