swh:1:snp:2ca5d6eff8f04a671c0d5b13646cede522c64b7d
Raw File
Tip revision: 9b5ef2b807e39a5ccee3fe2143e65c81f3e1f272 authored by Jacques Vidrine on 04 October 2003, 16:14:25 UTC
MFS 1.10.2.5: Unbreak read/write behavior (introduced in previous revision).
Tip revision: 9b5ef2b
Makefile
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

PROG=	morse
#MAN6=	morse.6
NOMAN=yes

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

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