Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2795fae commit 69ff5b9Copy full SHA for 69ff5b9
src/bin/Makefile
@@ -7,15 +7,15 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.15 1998/07/26 04:31:08 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.16 1998/11/14 01:56:36 thomas Exp $
11
12
#-------------------------------------------------------------------------
13
14
SRCDIR= ..
15
include ../Makefile.global
16
17
DIRS = pg_id pg_version psql pg_dump pg_passwd cleardbdir createdb \
18
- createuser destroydb destroyuser initdb initlocation ipcclean
+ createuser destroydb destroyuser initdb vacuumdb initlocation ipcclean
19
20
ifdef MULTIBYTE
21
DIRS += pg_encoding
0 commit comments