From: Bruce Momjian Date: Fri, 17 Sep 1999 04:02:20 +0000 (+0000) Subject: re-add Makefile for pgaccess X-Git-Tag: REL6_5_3~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bed8cf4d830b8d34e90be282c18b5cba8d88d02d;p=thirdparty%2Fpostgresql.git re-add Makefile for pgaccess --- 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