xref: /dragonfly/games/arithmetic/Makefile (revision 65cc0652)
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
4PROG=	arithmetic
5MAN=	arithmetic.6
6
7.include <bsd.prog.mk>
8