freebsd-dev/games/morse/Makefile

12 lines
175 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= morse
MAN= morse.6
.if ${MACHINE_ARCH} == "i386"
CFLAGS += -DSPEAKER=\"/dev/speaker\"
.endif
.include <bsd.prog.mk>