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

Lines changed: 21 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy