home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / VIS / SUN4C / VIS. < prev   
Encoding:
Text File  |  1998-07-24  |  248 b   |  12 lines

  1. --- Makefile.rtr    Mon Feb  3 15:54:05 1997
  2. +++ Makefile    Mon Feb  3 15:55:07 1997
  3. @@ -2,7 +2,7 @@
  4.  
  5.  DEFINES        = -DBSD
  6.  CFLAGS        = -O $(DEFINES)
  7. -LIBS        = -lcurses -ltermcap
  8. +LIBS        = -lcurses -ltermcap -ldl
  9.  ROFF        = nroff
  10.  RFLAGS        = -man
  11.  LDFLAGS        = -s
  12.