diff --git a/games/morse/Makefile b/games/morse/Makefile index 242d2cdcefd4..98b10982c7bf 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