summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-10-31 11:50:03 +0000
committerBruce Momjian <bruce@momjian.us>1999-10-31 11:50:03 +0000
commitb19013cfb733d3953f8d1668dfa62797fcf79da6 (patch)
tree77bde1682f3298d1753b2cae9d8aea3d6972ab50 /src/bin/pgaccess/Makefile
parent5b9d655ba7823cf52fcae1038ec48c347c39029f (diff)
downloadpostgresql-b19013cfb733d3953f8d1668dfa62797fcf79da6.tar.gz
Update pgaccess makefile for 0.98
Diffstat (limited to 'src/bin/pgaccess/Makefile')
-rw-r--r--src/bin/pgaccess/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile
deleted file mode 100644
index 16f6db2c0b..0000000000
--- a/src/bin/pgaccess/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# Makefile
-# Makefile for pgaccess
-#
-# Copyright (c) 1994, Regents of the University of California
-#
-# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.5 1999/10/30 21:21:50 momjian Exp $
-#
-#-------------------------------------------------------------------------
-
-SRCDIR= ../..
-include $(SRCDIR)/Makefile.global
-
-.PHONY: all clean
-all clean:
-
-.PHONY: install
-install:
- $(INSTALL) $(INSTL_EXE_OPTS) pgaccess $(BINDIR)/pgaccess