diff options
Diffstat (limited to 'games/arithmetic')
-rw-r--r-- | games/arithmetic/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/arithmetic/Makefile b/games/arithmetic/Makefile index 4441f955773..4db45d02bf8 100644 --- a/games/arithmetic/Makefile +++ b/games/arithmetic/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:35:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2002/05/23 18:43:00 deraadt Exp $ PROG= arithmetic MAN= arithmetic.6 -HIDEGAME=hidegame .include <bsd.prog.mk> |