Alphas don't necessarily have speakers.

This commit is contained in:
John Birrell 1998-05-09 08:16:53 +00:00
parent 5e92200712
commit b32a086be1

View File

@ -2,6 +2,9 @@
PROG= morse
NOMAN= noman
.if ${MACHINE_ARCH} == "i386"
CFLAGS += -DSPEAKER=\"/dev/speaker\"
.endif
.include <bsd.prog.mk>