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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35856

View File

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