summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1999-09-17 04:02:20 +0000
committerBruce Momjian1999-09-17 04:02:20 +0000
commitbed8cf4d830b8d34e90be282c18b5cba8d88d02d (patch)
tree86cf1a421753603c250b5a5292d08750df5076b1
parentd5d33e2ee453656d607ad6b1036f0091d29de25a (diff)
re-add Makefile for pgaccess
-rw-r--r--src/bin/pgaccess/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile
new file mode 100644
index 00000000000..e4409fe613b
--- /dev/null
+++ b/src/bin/pgaccess/Makefile
@@ -0,0 +1,21 @@
+#-------------------------------------------------------------------------
+#
+# Makefile
+# Makefile for pgaccess
+#
+# Copyright (c) 1994, Regents of the University of California
+#
+# IDENTIFICATION
+# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.1.4.2 1999/09/17 04:02:20 momjian Exp $
+#
+#-------------------------------------------------------------------------
+
+SRCDIR= ../..
+include $(SRCDIR)/Makefile.global
+
+.PHONY: all clean
+all clean:
+
+.PHONY: install
+install: pgaccess.tcl
+ $(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess