summaryrefslogtreecommitdiff
path: root/src/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/Makefile')
-rw-r--r--src/bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile
index b02c3caca6..7498395022 100644
--- a/src/bin/Makefile
+++ b/src/bin/Makefile
@@ -13,7 +13,7 @@ subdir = src/bin
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-SUBDIRS = gtm_ctl initdb initgtm pg_ctl pg_dump \
+SUBDIRS = initdb initgtm pg_ctl pg_dump \
psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup
ifeq ($(PORTNAME), win32)