Add pgaccess Makefile.

This commit is contained in:
Bruce Momjian 1999-10-30 16:39:48 +00:00
parent e0852543e2
commit 2a5f3869a2
1 changed files with 21 additions and 0 deletions

21
src/bin/pgaccess/Makefile Normal file
View File

@ -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