Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-11-19 21:50:52 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-11-19 21:50:52 +0300
commite545df31d53b3d5b4694f906b36a6b0ef8efa08d (patch)
tree9e68cb3fcf4405b22916f5f30723166806a0b4e6 /winsup/utils/Makefile.in
parenta6df500f7daacc08cd7c66f4212cb6ab6cbe803e (diff)
* Makefile.in: Add rules to build ipcrm and ipcs.
* ipcrm.c: New file. * ipcs.c: New file.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r--winsup/utils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index ba7b0d63f..c0a0c1470 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -74,7 +74,7 @@ MINGW_CXX:=${patsubst %/cygwin/include,%/mingw/include,${filter-out -I$(newlib_s
PROGS:= cygcheck.exe cygpath.exe getfacl.exe kill.exe mkgroup.exe \
mkpasswd.exe mount.exe passwd.exe ps.exe regtool.exe setfacl.exe \
- ssp.exe strace.exe umount.exe
+ ssp.exe strace.exe umount.exe ipcrm.exe ipcs.exe
CLEAN_PROGS:=$(PROGS)
ifndef build_dumper