home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / posix / sys / wait / makefile next >
Encoding:
Makefile  |  1995-04-01  |  144 b   |  8 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../../..
  3.  
  4. SRC += wait.c
  5. SRC += waitpid.c
  6.  
  7. include $(TOP)/../makefile.inc
  8.