Importing games/arithmetic

No Minix specific changes needed.

Change-Id: I67d7a01edea0cee5be403dbbea20c2ca0f1771f0
This commit is contained in:
Thomas Cort
2014-03-16 10:56:05 -04:00
committed by Lionel Sambuc
parent b098ee9ca6
commit 8df22d598f
6 changed files with 503 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.4 1995/03/21 11:59:28 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= arithmetic
MAN= arithmetic.6
HIDEGAME=hidegame
.include <bsd.prog.mk>