1995-12-13 21:38:46 +00:00
|
|
|
*** Makefile.orig Wed Dec 13 23:21:13 1995
|
|
|
|
--- Makefile Wed Dec 13 23:53:06 1995
|
1995-09-20 23:20:54 +00:00
|
|
|
***************
|
1995-09-21 02:49:34 +00:00
|
|
|
*** 15,29 ****
|
|
|
|
##change the next line if you want the lynx man file installed somewhere
|
|
|
|
##besides /usr/man/man1
|
|
|
|
|
|
|
|
! doc= /usr/man/man1
|
|
|
|
|
|
|
|
##change the next line if you want the lynx.cfg file installed somewhere
|
|
|
|
##besides /usr/local/lib
|
|
|
|
|
|
|
|
cfg= /usr/local/lib
|
|
|
|
|
|
|
|
! installbin= install -c -s -m 555
|
|
|
|
! installdoc= install -c -m 444
|
|
|
|
|
|
|
|
|
|
|
|
#set the relative location of the WWW library Implementation directory,
|
|
|
|
--- 15,29 ----
|
|
|
|
##change the next line if you want the lynx man file installed somewhere
|
|
|
|
##besides /usr/man/man1
|
|
|
|
|
|
|
|
! doc= /usr/local/man/man1
|
|
|
|
|
|
|
|
##change the next line if you want the lynx.cfg file installed somewhere
|
|
|
|
##besides /usr/local/lib
|
|
|
|
|
|
|
|
cfg= /usr/local/lib
|
|
|
|
|
|
|
|
! installbin= install -c -s -m 555 -o bin -g bin
|
|
|
|
! installdoc= install -c -m 444 -o bin -g bin
|
|
|
|
|
|
|
|
|
|
|
|
#set the relative location of the WWW library Implementation directory,
|
1995-09-20 23:20:54 +00:00
|
|
|
***************
|
1995-12-10 22:27:46 +00:00
|
|
|
*** 120,129 ****
|
1995-09-21 02:49:34 +00:00
|
|
|
univell: unixware
|
|
|
|
|
|
|
|
# Set SITE_LYDEFS to one or more of the defines for the WWW Library:
|
|
|
|
! SITE_LYDEFS = # -DDIRED_SUPPORT
|
|
|
|
|
|
|
|
# Set SITE_DEFS to one or more of the defines for lynx below:
|
|
|
|
! SITE_DEFS = # -DDIRED_SUPPORT
|
|
|
|
|
|
|
|
# if you are compiling on a previously unsupported system, modify
|
|
|
|
# this generic entry!!
|
1995-12-10 22:27:46 +00:00
|
|
|
--- 120,129 ----
|
1995-09-21 02:49:34 +00:00
|
|
|
univell: unixware
|
|
|
|
|
|
|
|
# Set SITE_LYDEFS to one or more of the defines for the WWW Library:
|
|
|
|
! SITE_LYDEFS = -DDIRED_SUPPORT
|
|
|
|
|
|
|
|
# Set SITE_DEFS to one or more of the defines for lynx below:
|
|
|
|
! SITE_DEFS = -DDIRED_SUPPORT -DOK_TAR -DOK_GZIP -DOK_ZIP -DOK_OVERRIDE
|
|
|
|
|
|
|
|
# if you are compiling on a previously unsupported system, modify
|
|
|
|
# this generic entry!!
|