home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / QTERM / SSOL2 / QTERM. next >
Encoding:
Text File  |  1998-07-24  |  480 b   |  18 lines

  1. --- Makefile.rtr    Fri Jan 31 17:40:37 1997
  2. +++ Makefile    Fri Jan 31 17:51:06 1997
  3. @@ -35,12 +35,12 @@
  4.  # Add "-DHAS_VARARGS" if your system supports varargs.
  5.  # Add "-DOPT_COMPAT" if you want compatibility with old command line options.
  6.  #
  7. -DEFS     = -DTABFILE=\"$(TABFILE)\" -DOPT_COMPAT
  8. +DEFS     = -DTABFILE=\"$(TABFILE)\" -DOPT_COMPAT -DUSG5
  9.  
  10.  #
  11.  # On some System V systems you will need to add "-lPW" to LIBS.
  12.  #
  13. -LIBS    =
  14. +LIBS    = -lgen
  15.  
  16.  
  17.  CONFIGFILES    = Makefile qterm.1 options.3
  18.