xref: /dragonfly/games/arithmetic/Makefile (revision 49781055)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/games/arithmetic/Makefile,v 1.1.1.1.14.1 2001/04/25 09:28:43 ru Exp $
3# $DragonFly: src/games/arithmetic/Makefile,v 1.3 2005/04/24 15:31:30 liamfoy Exp $
4
5PROG=	arithmetic
6MAN=	arithmetic.6
7HIDEGAME=hidegame
8WARNS?=	6
9
10.include <bsd.prog.mk>
11