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

  1. --- Makefile.rtr    Wed Jan 29 15:13:44 1997
  2. +++ Makefile    Wed Jan 29 15:19:15 1997
  3. @@ -9,7 +9,7 @@
  4.  CATMANDIR=<installsharedir>/man/cat1
  5.  #
  6.  rot: rot.c rot.cat
  7. -    cc $(CFLAGS) rot.c -o rot
  8. +    cc $(CFLAGS) rot.c -o rot -ldl
  9.  rot.cat: rot.man
  10.      tbl rot.man | nroff -man | col > rot.cat
  11.  
  12.