summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-06 05:40:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-06 05:40:02 +0000
commitcc60bab44414b6f9325d1e531b04b7d9165f8dc7 (patch)
treeb0208e28bca35c63f7f67a511774b9fc7820ffde
parentc5e83de580c92cdd4f48b5547f63dd497bad7e96 (diff)
Add unlimit man link for csh and ulimit man link for sh.
-rw-r--r--bin/csh/Makefile4
-rw-r--r--bin/ksh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 5aa785e905c..392fdd5e055 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/22 05:09:13 millert Exp $
+# $OpenBSD: Makefile,v 1.5 1998/03/06 05:40:01 millert Exp $
#
# C Shell with process control; VM/UNIX VAX Makefile
# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
@@ -18,7 +18,7 @@ SRCS= alloc.c char.c const.c csh.c dir.c dol.c error.c exec.c exp.c file.c \
MLINKS= csh.1 limit.1 csh.1 alias.1 csh.1 bg.1 csh.1 dirs.1 csh.1 fg.1 \
csh.1 foreach.1 csh.1 history.1 csh.1 jobs.1 csh.1 popd.1 \
csh.1 pushd.1 csh.1 rehash.1 csh.1 repeat.1 csh.1 suspend.1 \
- csh.1 stop.1 csh.1 source.1
+ csh.1 stop.1 csh.1 source.1 csh.1 unlimit.1
CLEANFILES+=error.h const.h
const.h: error.h
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile
index 85145ad30ed..bcd0ec772f2 100644
--- a/bin/ksh/Makefile
+++ b/bin/ksh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1996/11/30 23:54:36 downsj Exp $
+# $OpenBSD: Makefile,v 1.9 1998/03/06 05:39:59 millert Exp $
PROG= ksh
SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \
@@ -14,7 +14,7 @@ CLEANFILES+= siglist.out emacs.out
LINKS= ${BINDIR}/ksh ${BINDIR}/rksh
LINKS+= ${BINDIR}/ksh ${BINDIR}/sh
-MLINKS= ksh.1 rksh.1
+MLINKS= ksh.1 rksh.1 ksh.1 ulimit.1
.depend trap.o: siglist.out
.depend emacs.o: emacs.out