swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: 283cfbd2c2a648202373ff1a9eed1bf044c6640a authored by Colin Percival on 27 May 2010, 03:15:04 UTC
Change the current working directory to be inside the jail created by
Tip revision: 283cfbd
Makefile
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

PROG=	morse
MAN=	morse.6

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
CFLAGS += -DSPEAKER=\"/dev/speaker\"
.endif

.include <bsd.prog.mk>
back to top