2011-07-18 Yaakov Selkowitz * Makefile.in (CYGWIN_BINS): Add getconf. (getconf.c): New file. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/winsup/utils/Makefile.in,v retrieving revision 1.90 diff -u -p -r1.90 Makefile.in --- Makefile.in 17 Feb 2010 15:01:56 -0000 1.90 +++ Makefile.in 18 Jul 2011 22:53:16 -0000 @@ -52,7 +52,7 @@ MINGW_CXX := ${srcdir}/mingw ${CX # List all binaries to be linked in Cygwin mode. Each binary on this list # must have a corresponding .o of the same name. -CYGWIN_BINS := ${addsuffix .exe,cygpath getfacl ldd locale kill mkgroup \ +CYGWIN_BINS := ${addsuffix .exe,cygpath getconf getfacl ldd locale kill mkgroup \ mkpasswd mount passwd ps regtool setfacl setmetamode ssp umount} # List all binaries to be linked in MinGW mode. Each binary on this list