summaryrefslogtreecommitdiff
path: root/src/backend/port/sunos4/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut2008-02-19 13:08:56 +0000
committerPeter Eisentraut2008-02-19 13:08:56 +0000
commite2f16cd0ef1f226c303f46518c0ff9e8977f92bc (patch)
tree53f21200deefc026fa9f2d0158256b011a11a711 /src/backend/port/sunos4/Makefile
parent592487823de8c2a23b52ea2acab27d1b86336c63 (diff)
This subdirectory has been unused, dead, and broken for 10 years.
Diffstat (limited to 'src/backend/port/sunos4/Makefile')
-rw-r--r--src/backend/port/sunos4/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/backend/port/sunos4/Makefile b/src/backend/port/sunos4/Makefile
deleted file mode 100644
index 9a40cbc5730..00000000000
--- a/src/backend/port/sunos4/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# Makefile--
-# Makefile for port/sunos4
-#
-# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/port/sunos4/Makefile,v 1.9 2007/01/20 17:16:12 petere Exp $
-#
-#-------------------------------------------------------------------------
-
-subdir = src/backend/port/sunos4
-top_builddir = ../../../..
-include $(top_builddir)/src/Makefile.global
-
-OBJS = strtol.o
-
-all: SUBSYS.o
-
-SUBSYS.o: $(OBJS)
- $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
-
-clean:
- rm -f SUBSYS.o $(OBJS)