freebsd-dev/games/morse/Makefile
Joerg Wunsch d273a5f24f Make morse(6) realling playing the characters on the speaker.
Minor additions by me, mostly taken from the suggestion in PR # bin/709.

Submitted by:	lyndon@orthanc.com (Lyndon Nerenberg, VE7TCP/VE6BBM)
1995-08-27 14:06:15 +00:00

9 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>