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

  1. --- Makefile.rtr    Fri Jan 31 17:36:53 1997
  2. +++ Makefile    Fri Jan 31 17:37:50 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    = -lPW
  15.  
  16.  
  17.  CONFIGFILES    = Makefile qterm.1 options.3
  18.