From 2a5f3869a233daf271669b70dc83a7ffea37d176 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 30 Oct 1999 16:39:48 +0000 Subject: [PATCH] Add pgaccess Makefile. --- src/bin/pgaccess/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/bin/pgaccess/Makefile diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile new file mode 100644 index 0000000000..32a7698b3c --- /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.4 1999/10/30 16:39:48 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 -- 2.40.0