home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / GRABCHAR / LINUX / GRABCHAR. next >
Encoding:
Text File  |  1998-07-24  |  363 b   |  14 lines

  1. --- Makefile.rtr    Mon Feb  3 16:46:47 1997
  2. +++ Makefile    Mon Feb  3 16:47:57 1997
  3. @@ -15,8 +15,8 @@
  4.  #    Use -DSIGRET=void for Sun OS 4.X...
  5.  #
  6.  #    Uncomment the one that applies...
  7. -DEFS = -DBSD -DDV_ERASE -DSIGRET=void
  8. -#DEFS = -DSYS_V
  9. +#DEFS = -DBSD -DDV_ERASE -DSIGRET=void
  10. +DEFS = -DSYS_V
  11.  
  12.  SRCS =    globals.c grabchars.c sys.c
  13.  OBJS =    globals.o grabchars.o sys.o
  14.