We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e085254 commit 2a5f386Copy full SHA for 2a5f386
src/bin/pgaccess/Makefile
@@ -0,0 +1,21 @@
1
+#-------------------------------------------------------------------------
2
+#
3
+# Makefile
4
+# Makefile for pgaccess
5
6
+# Copyright (c) 1994, Regents of the University of California
7
8
+# IDENTIFICATION
9
+# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.4 1999/10/30 16:39:48 momjian Exp $
10
11
12
+
13
+SRCDIR= ../..
14
+include $(SRCDIR)/Makefile.global
15
16
+.PHONY: all clean
17
+all clean:
18
19
+.PHONY: install
20
+install: pgaccess.tcl
21
+ $(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess
0 commit comments