]> granicus.if.org Git - postgresql/blob - src/bin/initdb/Makefile
59000129c22e6b6254fc5202666e8756b1d09788
[postgresql] / src / bin / initdb / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile.inc--
4 #    Makefile for bin/initdb
5 #
6 # Copyright (c) 1994, Regents of the University of California
7 #
8 #
9 # IDENTIFICATION
10 #    $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.9 1998/04/06 16:50:22 momjian Exp $
11 #
12 #-------------------------------------------------------------------------
13
14 SRCDIR= ../..
15 include ../../Makefile.global
16
17 all: initdb
18
19 install: initdb
20         $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
21
22 clean:
23
24 dep depend: