diff options
Diffstat (limited to 'backgammon')
| -rw-r--r-- | backgammon/common_source/Makefile | 6 | ||||
| -rw-r--r-- | backgammon/teachgammon/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile index 2a4059bd..7102b834 100644 --- a/backgammon/common_source/Makefile +++ b/backgammon/common_source/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 1997/10/11 20:24:06 mycroft Exp $ +# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:20 lukem Exp $ LIB= common SRCS= allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \ table.c -NOPROFILE= noprofile -NOPIC= nopic +MKPROFILE=no +MKPIC= no # only needed during build libinstall:: diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile index cd53994f..249e506c 100644 --- a/backgammon/teachgammon/Makefile +++ b/backgammon/teachgammon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 1997/10/10 08:59:50 lukem Exp $ +# $NetBSD: Makefile,v 1.9 1999/02/13 02:54:20 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= teachgammon SRCS= data.c teach.c ttext1.c ttext2.c tutor.c -NOMAN= noman +MKMAN= no .include <bsd.prog.mk> |
