home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / gdb-4.12-src.lha / gdb-4.12 / mmalloc / config / mh-sysv4 < prev   
Encoding:
Text File  |  1994-02-03  |  193 b   |  9 lines

  1. # SVR4 has mmap(), so compile according.
  2. HDEFINES = -DHAVE_MMAP
  3.  
  4. # SVR4 does not have or need ranlib.
  5. RANLIB=echo >/dev/null
  6.  
  7. # Use BSD compatible install program
  8. INSTALL = /usr/ucb/install -c
  9.