]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/morse/Makefile
This commit was generated by cvs2svn to compensate for changes in r51292,
[FreeBSD/FreeBSD.git] / games / morse / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   morse
4 NOMAN=  noman
5
6 .if ${MACHINE_ARCH} == "i386"
7 CFLAGS += -DSPEAKER=\"/dev/speaker\"
8 .endif
9
10 .include <bsd.prog.mk>