Merge from vendor branch OPENSSL:
[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.2 2003/06/17 04:25:24 dillon 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>