diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-11 20:16:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-11 20:16:03 +0000 |
commit | f8df28e95e71ad6452f7680439887d77fe83ef7a (patch) | |
tree | ae1c59e8bd5c429a64b4cf52a56797dc6d024655 /bin/csh/Makefile | |
parent | ee35eb1744d493f35d2e925830a1bff7889ad439 (diff) |
providing MLINKS for shell builtins makes little sense: what we had was out
of date for ever (no ksh builtins), and since we have two shells, pointing
to one page or the other is never going to work; so remove MLINKS for
csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing
Xr's;
please, there are tools like whence, man, and locate for finding this stuff;
ok deraadt miod
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r-- | bin/csh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 4e04f99d595..e7423991dde 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/05/24 22:25:46 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2008/01/11 20:16:02 jmc Exp $ # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria @@ -14,10 +14,6 @@ SRCS= alloc.c char.c const.c csh.c dir.c dol.c error.c exec.c exp.c file.c \ func.c glob.c hist.c init.c lex.c misc.c parse.c proc.c \ sem.c set.c str.c time.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 unlimit.1 CLEANFILES+=error.h const.h .if (${MACHINE_ARCH} == "vax") |