diff osdep/Makefile @ 26076:c4d1f32ca1a4

mmap() support for OS/2 patch by KO Myung-Hun, komh chollian net
author diego
date Wed, 27 Feb 2008 22:29:52 +0000
parents 528bdf17dd8a
children 7e0162c50768
line wrap: on
line diff
--- a/osdep/Makefile	Tue Feb 26 23:52:44 2008 +0000
+++ b/osdep/Makefile	Wed Feb 27 22:29:52 2008 +0000
@@ -26,6 +26,9 @@
 endif
 ifeq ($(TARGET_OS),OS/2)
 getch = getch2-os2.c
+ifneq ($(HAVE_SYS_MMAN_H),yes)
+SRCS_COMMON += mmap-os2.c
+endif
 endif
 SRCS_COMMON += $(timer)
 SRCS_COMMON += $(getch)