]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - games/morse/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>