diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-04-06 03:23:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-04-06 03:23:01 +0000 |
commit | c61846e53fbd253e52275aa2a89394f193ca51c2 (patch) | |
tree | 9889710d44bf1c0a80faeca98db6923b91b2baee | |
parent | 041d2e1ca2411ac49893262b3f4e8a25bc20a9fd (diff) | |
download | postgresql-c61846e53fbd253e52275aa2a89394f193ca51c2.tar.gz postgresql-c61846e53fbd253e52275aa2a89394f193ca51c2.zip |
Makefile cleanup./
-rw-r--r-- | src/bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index 6ca829e7555..4511dc9d16f 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -7,15 +7,15 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.12 1998/04/06 00:27:50 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.13 1998/04/06 03:23:01 momjian Exp $ # #------------------------------------------------------------------------- SRCDIR= .. include ../Makefile.global -DIRS = pg_id pg_version psql pg_dump pg_passwd cleardbdir createuser \ - destroydb initdb initlocation +DIRS = pg_id pg_version psql pg_dump pg_passwd cleardbdir createdb \ + createuser destroydb destroyuser initdb initlocation ipcclean # # TCL/TK programs |