diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /misc/mshell/Makefile | |
parent | Add $Id$. (diff) |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'misc/mshell/Makefile')
-rw-r--r-- | misc/mshell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index eb649ff65dd5..ac401657e10e 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.7 1995/11/26 10:48:04 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/11 05:49:51 obrien Exp $ # DISTNAME= mshell @@ -15,6 +15,7 @@ DISTFILES= 7432.Z MAINTAINER= jmz@FreeBSD.org NO_WRKSUBDIR= yes +MAN1= mshell.1 do-extract: @rm -rf ${WRKDIR} |