]> granicus.if.org Git - postgresql/blob - src/bin/initdb/Makefile
I really hope that I haven't missed anything in this one...
[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.10 1998/07/24 03:32:08 scrappy Exp $
11 #
12 #-------------------------------------------------------------------------
13
14 SRCDIR= ../..
15 include ../../Makefile.global
16
17 all: initdb
18
19 initdb: initdb.sh
20         sed 's/__MB__/$(MB)/' initdb.sh > initdb
21
22 install: initdb
23         $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
24
25 clean:
26         rm -f initdb
27
28 dep depend: