Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a5f386

Browse files
committed
Add pgaccess Makefile.
1 parent e085254 commit 2a5f386

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/bin/pgaccess/Makefile

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#-------------------------------------------------------------------------
2+
#
3+
# Makefile
4+
# Makefile for pgaccess
5+
#
6+
# Copyright (c) 1994, Regents of the University of California
7+
#
8+
# IDENTIFICATION
9+
# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.4 1999/10/30 16:39:48 momjian Exp $
10+
#
11+
#-------------------------------------------------------------------------
12+
13+
SRCDIR= ../..
14+
include $(SRCDIR)/Makefile.global
15+
16+
.PHONY: all clean
17+
all clean:
18+
19+
.PHONY: install
20+
install: pgaccess.tcl
21+
$(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess

0 commit comments

Comments
 (0)