diff options
author | Peter Eisentraut | 2008-02-19 13:08:56 +0000 |
---|---|---|
committer | Peter Eisentraut | 2008-02-19 13:08:56 +0000 |
commit | e2f16cd0ef1f226c303f46518c0ff9e8977f92bc (patch) | |
tree | 53f21200deefc026fa9f2d0158256b011a11a711 /src/backend/port/sunos4/Makefile | |
parent | 592487823de8c2a23b52ea2acab27d1b86336c63 (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/Makefile | 23 |
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) |