Merge from vendor branch GCC:
[dragonfly.git] / games / morse / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/morse/Makefile,v 1.4.6.5 2001/04/25 09:28:58 ru Exp $
3 # $DragonFly: src/games/morse/Makefile,v 1.3 2005/04/25 16:10:24 liamfoy Exp $
4
5 PROG=   morse
6 MAN=    morse.6
7 WARNS?= 6
8
9 .if ${MACHINE_ARCH} == "i386"
10 CFLAGS += -DSPEAKER=\"/dev/speaker\"
11 .endif
12
13 .include <bsd.prog.mk>