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