home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.rtr Fri Jan 31 17:40:37 1997
- +++ Makefile Fri Jan 31 17:51:06 1997
- @@ -35,12 +35,12 @@
- # Add "-DHAS_VARARGS" if your system supports varargs.
- # Add "-DOPT_COMPAT" if you want compatibility with old command line options.
- #
- -DEFS = -DTABFILE=\"$(TABFILE)\" -DOPT_COMPAT
- +DEFS = -DTABFILE=\"$(TABFILE)\" -DOPT_COMPAT -DUSG5
-
- #
- # On some System V systems you will need to add "-lPW" to LIBS.
- #
- -LIBS =
- +LIBS = -lgen
-
-
- CONFIGFILES = Makefile qterm.1 options.3
-