#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD: stable/6/games/morse/Makefile 152520 2005-11-16 10:50:12Z ru $

PROG=	morse
MAN=	morse.6

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
CFLAGS += -DSPEAKER=\"/dev/speaker\"
.endif

.include <bsd.prog.mk>
