diff options
Diffstat (limited to 'games/morse/Makefile')
-rw-r--r-- | games/morse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/morse/Makefile b/games/morse/Makefile index 44b20bab668b..92d11214760b 100644 --- a/games/morse/Makefile +++ b/games/morse/Makefile @@ -4,7 +4,7 @@ PROG= morse MAN= morse.6 -.if ${MACHINE_ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" CFLAGS += -DSPEAKER=\"/dev/speaker\" .endif |