mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Minor additions by me, mostly taken from the suggestion in PR # bin/709. Submitted by: lyndon@orthanc.com (Lyndon Nerenberg, VE7TCP/VE6BBM)
8 lines
143 B
Makefile
8 lines
143 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= morse
|
|
NOMAN= noman
|
|
HIDEGAME=hidegame
|
|
CFLAGS += -DSPEAKER=\"/dev/speaker\"
|
|
|
|
.include <bsd.prog.mk>
|