aboutsummaryrefslogtreecommitdiff
path: root/src/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/Makefile')
-rw-r--r--src/bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile
index 4511dc9d16f..ceb610359a5 100644
--- a/src/bin/Makefile
+++ b/src/bin/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.13 1998/04/06 03:23:01 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.14 1998/07/24 03:32:02 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -17,6 +17,10 @@ include ../Makefile.global
DIRS = pg_id pg_version psql pg_dump pg_passwd cleardbdir createdb \
createuser destroydb destroyuser initdb initlocation ipcclean
+ifdef MB
+DIRS += pg_encoding
+endif
+
#
# TCL/TK programs
#