From fd6381516999e36eac5d04a66be39314d646478b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 21 Oct 2005 11:18:41 +0000 Subject: [PATCH] *** empty log message *** --- commands/Makefile | 3 +++ commands/simple/man.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/commands/Makefile b/commands/Makefile index d27f929b8..268693148 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -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:: diff --git a/commands/simple/man.c b/commands/simple/man.c index 2fe4e6393..7004aa0bb 100755 --- a/commands/simple/man.c +++ b/commands/simple/man.c @@ -16,7 +16,7 @@ #include /* 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. */ -- 2.44.0