swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: bf2956bdab2ef77ff5e2ca5fd1099effd22d3555 authored by Colin Percival on 17 April 2008, 00:00:54 UTC
Fix logic error in sshd(8) concerning the handling of failed
Tip revision: bf2956b
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