diff options
| author | Bruce Momjian | 1999-12-04 04:53:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-12-04 04:53:22 +0000 |
| commit | 240e4c98f5f41d83d3c887d26e2dbfd9bd849d00 (patch) | |
| tree | 490d2b494601e7b36167dc997908ffeaf92567f3 /src/bin/Makefile | |
| parent | 21b69148dce2a7d178d1c4cd060a1ed06fe7b3b4 (diff) | |
New scripts for create/drop user/db from Peter Eisentraut
Diffstat (limited to 'src/bin/Makefile')
| -rw-r--r-- | src/bin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index 6d7fabd1bdb..79490fd82ac 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -7,16 +7,15 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.18 1999/05/20 16:49:59 wieck Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.19 1999/12/04 04:53:16 momjian Exp $ # #------------------------------------------------------------------------- SRCDIR= .. include ../Makefile.global -DIRS = pg_id pg_version psql pg_dump pg_passwd cleardbdir createdb \ - createlang createuser destroydb destroylang destroyuser initdb \ - vacuumdb initlocation ipcclean +DIRS = pg_id pg_version psql pg_dump pg_passwd cleardbdir \ + createlang destroylang initdb initlocation ipcclean ifdef MULTIBYTE DIRS += pg_encoding |
