From db9b12bf1be48255ce670ea671c34e91d8b6c94c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 18 Dec 1998 18:01:36 +0000 Subject: Included are patches for doc/README.mb and README.mb.jp. Please apply to both trees. -- Tatsuo Ishii --- src/bin/pgaccess/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/bin/pgaccess/Makefile (limited to 'src') diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile new file mode 100644 index 00000000000..a06f683afd8 --- /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.2.1 1998/12/18 18:01:36 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 -- cgit v1.2.3