Fix initialisation of wide char support in FILE. Problem reported
[dragonfly/netmp.git] / games / morse / Makefile
blob9d580a78858331d315bf97e32b731d2a6c3b532e
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 $
5 PROG= morse
6 MAN= morse.6
7 WARNS?= 6
9 .if ${MACHINE_ARCH} == "i386"
10 CFLAGS += -DSPEAKER=\"/dev/speaker\"
11 .endif
13 .include <bsd.prog.mk>