# Makefile

SOURCES  = mmap.mli mmap.ml map.c
NAME     = mmap
REQUIRES = unix threads

include Makefile.library
