summaryrefslogtreecommitdiffstats
path: root/games/morse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/morse/Makefile')
-rw-r--r--games/morse/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/morse/Makefile b/games/morse/Makefile
index 242d2cd..98b1098 100644
--- a/games/morse/Makefile
+++ b/games/morse/Makefile
@@ -2,6 +2,9 @@
PROG= morse
NOMAN= noman
+
+.if ${MACHINE_ARCH} == "i386"
CFLAGS += -DSPEAKER=\"/dev/speaker\"
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud