Move WARNS6 up into Makefile.inc for games/ and out of the individual
[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.4 2006/10/08 16:22:36 pavalos Exp $
4
5 PROG=   morse
6 MAN=    morse.6
7
8 .if ${MACHINE_ARCH} == "i386"
9 CFLAGS += -DSPEAKER=\"/dev/speaker\"
10 .endif
11
12 .include <bsd.prog.mk>