diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 10:03:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 10:03:10 +0000 |
commit | 011f71f63c3c1e315ed6dcc71e22fd585de17995 (patch) | |
tree | eb95597c5c579a9f488125ccea8768a356f2acd9 /bin/csh/Makefile | |
parent | 43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56 (diff) | |
download | FreeBSD-src-011f71f63c3c1e315ed6dcc71e22fd585de17995.zip FreeBSD-src-011f71f63c3c1e315ed6dcc71e22fd585de17995.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r-- | bin/csh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 7c16359..bb6c56b 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -29,7 +29,6 @@ SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \ GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c SRCS+= ${GENHDRS} -MAN1= csh.1 MLINKS= csh.1 tcsh.1 # MLINKS for Shell built in commands for which there are no userland # utilities of the same name are handled with the associated manpage, |