mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Alphas don't necessarily have speakers.
This commit is contained in:
parent
5e92200712
commit
b32a086be1
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
PROG= morse
|
||||
NOMAN= noman
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CFLAGS += -DSPEAKER=\"/dev/speaker\"
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue