home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / m0 / part01 / makefile.so4 < prev    next >
Makefile  |  1994-06-05  |  154b  |  12 lines

  1. # makefile.so4
  2.  
  3. include makefile.unx
  4.  
  5. CC=    gcc
  6. CFLAGS=    -g $(COPT) -DSUNOS4
  7. RANLIBCMD= ranlib
  8. SYSLIBS=
  9. EXEFILES=    m0strip$(E) m0$(E) m0c$(E) m0uc$(E)
  10.  
  11. # eof
  12.