home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / mmalloc / config / mh-sysv4 < prev   
Encoding:
Text File  |  1992-06-10  |  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.