diff options
Diffstat (limited to 'ftp/mirror/Makefile')
-rw-r--r-- | ftp/mirror/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index d06739b077e7..46d796637f3c 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -3,7 +3,7 @@ # Date created: 15 May 1995 # Whom: torstenb # -# $Id: Makefile,v 1.3 1996/03/16 15:29:09 torstenb Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:35:24 asami Exp $ # DISTNAME= mirror-2.8 @@ -14,6 +14,7 @@ MAINTAINER= torstenb@FreeBSD.ORG NO_WRKSUBDIR= yes MAKEFILE= makefile +MAN1= mirror.1 mirrormaster.1 pre-install: mkdir -p ${PREFIX}/lib/mirror |