Alphas don't necessarily have speakers.

This commit is contained in:
jb 1998-05-09 08:16:53 +00:00
parent 868ea92b09
commit f5023914c2

View File

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