home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / HGREP / RS6000 / HGREP. next >
Encoding:
Text File  |  1998-07-24  |  269 b   |  12 lines

  1. --- ./Makefile.rtr    Fri Mar  8 16:18:10 1996
  2. +++ ./Makefile    Fri Mar  8 16:18:51 1996
  3. @@ -6,7 +6,7 @@
  4.  all:        hgrep hgrep.cat
  5.  
  6.  hgrep:        hgrep.c
  7. -    cc -O -s hgrep.c -ltermcap -o hgrep
  8. +    cc -O -s hgrep.c -lcur -o hgrep
  9.  
  10.  hgrep.cat:    hgrep.1
  11.      nroff -man hgrep.1 > hgrep.cat
  12.