diff options
Diffstat (limited to 'sysutils/contool/Makefile')
-rw-r--r-- | sysutils/contool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index 510c1eb73928..3034c26a2584 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Dec 1996 # Whom: nsayer@quack.kfu.com # -# $Id: Makefile,v 1.5 1998/08/07 23:56:47 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/21 22:15:58 steve Exp $ # DISTNAME= contool-3.3a @@ -18,6 +18,8 @@ NO_CDROM= "source code cannot be sold, nor can you incorporate the source code i NO_WRKSUBDIR= yes USE_IMAKE= yes +MAN1= contool.1 + pre-install: @${MKDIR} ${PREFIX}/lib/help |