summaryrefslogtreecommitdiffstats
path: root/backgammon
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 /backgammon
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 'backgammon')
-rw-r--r--backgammon/backgammon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/backgammon/Makefile b/backgammon/backgammon/Makefile
index b4fecae5..dac0323b 100644
--- a/backgammon/backgammon/Makefile
+++ b/backgammon/backgammon/Makefile
@@ -1,11 +1,11 @@
# from: @(#)Makefile 5.16 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.4 1994/05/23 05:39:50 cgd Exp $
+# $Id: Makefile,v 1.5 1994/12/22 09:32:52 cgd Exp $
PROG= backgammon
CFLAGS+=-DV7 -I${.CURDIR}/../common_source
SRCS= allow.c board.c check.c extra.c fancy.c init.c main.c move.c \
odds.c one.c save.c subs.c table.c text.c version.c
-MAN6= backgammon.0
+MAN= backgammon.6
DPADD= ${LIBTERM} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
.PATH: ${.CURDIR}/../common_source