summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2008-01-12 22:36:34 +0000
committermiod <miod@openbsd.org>2008-01-12 22:36:34 +0000
commitc9da0baff40a28b3a765efe8b93ee2ec4241b457 (patch)
treef7fa71319447d23dfa7b747e3c91fd195f6c57cc
parentCheck for expert mode/FFS inside get_fsize() and get_bsize() and (diff)
downloadwireguard-openbsd-c9da0baff40a28b3a765efe8b93ee2ec4241b457.tar.xz
wireguard-openbsd-c9da0baff40a28b3a765efe8b93ee2ec4241b457.zip
Remove ulimit MLINK, it is a shell built-in.
-rw-r--r--bin/ksh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile
index f25b597ec60..93b9f6a468d 100644
--- a/bin/ksh/Makefile
+++ b/bin/ksh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 2005/10/06 06:39:35 otto Exp $
+# $OpenBSD: Makefile,v 1.26 2008/01/12 22:36:34 miod Exp $
PROG= ksh
SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c eval.c \
@@ -14,7 +14,7 @@ CLEANFILES+= emacs.out
LINKS= ${BINDIR}/ksh ${BINDIR}/rksh
LINKS+= ${BINDIR}/ksh ${BINDIR}/sh
-MLINKS= ksh.1 rksh.1 ksh.1 ulimit.1
+MLINKS= ksh.1 rksh.1
.depend emacs.o: emacs.out