Makefile revision 71629
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: head/games/morse/Makefile 71629 2001-01-25 12:35:49Z phantom $
3
4PROG=	morse
5MAN6=	morse.6
6
7.if ${MACHINE_ARCH} == "i386"
8CFLAGS += -DSPEAKER=\"/dev/speaker\"
9.endif
10
11.include <bsd.prog.mk>
12