*** empty log message ***

This commit is contained in:
Ben Gras 2005-10-21 11:18:41 +00:00
parent 1a37474437
commit fd63815169
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,7 @@ EMACS=emacs-21.4
LYNX=lynx2-8-5
COREUTILS=gnu-coreutils-5.2.1
VIM=vim63
PERL=perl-5.8.7
SMALLPROGRAMS=`arch` aal advent ash autil awk bc byacc cawf cron de dhcpd dis88 elle elvis ftp ftpd ftpd200 httpd ibm indent m4 make mdb mined patch ps reboot rlogind scripts sh simple talk talkd telnet telnetd urlget yap zmodem
@ -49,6 +50,7 @@ big:
cd $(KERMIT) && /bin/sh makeme.sh
cd $(LYNX) && /bin/sh makeme.sh
cd $(COREUTILS) && /bin/sh makeme.sh
cd $(PERL) && /bin/sh makeme.sh
cd $(EMACS) && /bin/sh makeme.sh
cd $(PYTHON) && /bin/sh makeme.sh
cd $(VIM) && /bin/sh makeme.sh
@ -61,6 +63,7 @@ biginstall: big
cd $(LYNX) && make install
cd $(EMACS) && make install
cd $(COREUTILS) && make install
cd $(PERL) && make install
cd $(VIM) && make install
clean::

View file

@ -16,7 +16,7 @@
#include <sys/wait.h>
/* Defaults: */
char MANPATH[]= "/usr/local/man:/usr/man";
char MANPATH[]= "/usr/local/man:/usr/man:/usr/gnu/man";
char PAGER[]= "more";
/* Comment at the start to let tbl(1) be run before n/troff. */