home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / compat / bsd / makefile < prev    next >
Encoding:
Makefile  |  1995-08-23  |  188 b   |  11 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += bcmp.c
  5. SRC += bcopy.c
  6. SRC += bzero.c
  7. SRC += index.S
  8. SRC += rindex.S
  9.  
  10. include $(TOP)/../makefile.inc
  11.