summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
committercgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
commit1877bae1eec4daedfbc30c458e2957215af00ebe (patch)
tree33334edc6bd036bc0f7c8441bfcd6e237e56c0ca /fortune
parentb42cacb41456c82baf51250a431137fd17e4f137 (diff)
downloadbsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.tar.gz
bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.tar.zst
bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.zip
specify man pages the new way.
Diffstat (limited to 'fortune')
-rw-r--r--fortune/fortune/Makefile4
-rw-r--r--fortune/strfile/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/fortune/fortune/Makefile b/fortune/fortune/Makefile
index 58c53c0a..71cbf376 100644
--- a/fortune/fortune/Makefile
+++ b/fortune/fortune/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.6 1993/11/11 01:01:21 jtc Exp $
+# $Id: Makefile,v 1.7 1994/12/22 09:34:12 cgd Exp $
PROG= fortune
-MAN6= fortune.0
+MAN= fortune.6
CFLAGS+= -I${.CURDIR}/../strfile
LDADD+= -lcompat
DPADD+= ${LIBCOMPAT}
diff --git a/fortune/strfile/Makefile b/fortune/strfile/Makefile
index d4e56bfe..8bc08934 100644
--- a/fortune/strfile/Makefile
+++ b/fortune/strfile/Makefile
@@ -1,6 +1,7 @@
# from: @(#)Makefile 5.1 (Berkeley) 4/27/91
-# $Id: Makefile,v 1.3 1993/08/03 21:58:55 mycroft Exp $
+# $Id: Makefile,v 1.4 1994/12/22 09:34:17 cgd Exp $
PROG= strfile
+MAN= strfile.8
.include <bsd.prog.mk>