mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 22:04:18 -04:00
re-add Makefile for pgaccess
This commit is contained in:
parent
d5d33e2ee4
commit
bed8cf4d83
1 changed files with 21 additions and 0 deletions
21
src/bin/pgaccess/Makefile
Normal file
21
src/bin/pgaccess/Makefile
Normal 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.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
|
||||
Loading…
Reference in a new issue