*** Makefile.orig Wed Dec 13 23:21:13 1995 --- Makefile Wed Dec 13 23:53:06 1995 *************** *** 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, *************** *** 120,129 **** 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!! --- 120,129 ---- 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!!