summaryrefslogtreecommitdiffstats
path: root/larn
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 /larn
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 'larn')
-rw-r--r--larn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/larn/Makefile b/larn/Makefile
index 40d87287..4ad920ae 100644
--- a/larn/Makefile
+++ b/larn/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.9 (Berkeley) 7/25/90
-# $Id: Makefile,v 1.5 1994/05/23 05:41:57 cgd Exp $
+# $Id: Makefile,v 1.6 1994/12/22 09:34:45 cgd Exp $
# EXTRA
# Incorporates code to gather additional performance statistics
@@ -53,7 +53,7 @@
# Turn off logging.
PROG= larn
-MAN6= larn.0
+MAN= larn.6
CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP
SRCS= main.c object.c create.c tok.c display.c global.c data.c io.c \
monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \