]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
re-add Makefile for pgaccess
authorBruce Momjian <bruce@momjian.us>
Fri, 17 Sep 1999 04:02:20 +0000 (04:02 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 17 Sep 1999 04:02:20 +0000 (04:02 +0000)
src/bin/pgaccess/Makefile [new file with mode: 0644]

diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile
new file mode 100644 (file)
index 0000000..e4409fe
--- /dev/null
@@ -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