Index: src/bin/Makefile =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/bin/Makefile,v retrieving revision 1.43 diff -c -r1.43 Makefile *** src/bin/Makefile 20 Apr 2004 00:40:06 -0000 1.43 --- src/bin/Makefile 10 May 2004 16:17:52 -0000 *************** *** 15,20 **** --- 15,24 ---- DIRS := initdb initlocation ipcclean pg_ctl pg_dump \ psql scripts pg_config pg_controldata pg_resetxlog + ifeq ($(host_os), mingw32) + DIRS := $(DIRS) pgkill + endif + all install installdirs uninstall depend distprep: @for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done