home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / compat / unistd / makefile < prev    next >
Encoding:
Makefile  |  1995-06-13  |  298 b   |  17 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += fsync.c
  5. SRC += ftruncat.c
  6. SRC += getdtabl.c
  7. SRC += gethostn.c
  8. SRC += getpages.c
  9. SRC += getwd.c
  10. SRC += nice.c
  11. SRC += sync.c
  12. SRC += truncate.c
  13. SRC += usleep.c
  14. SRC += vfork.c
  15.  
  16. include $(TOP)/../makefile.inc
  17.