1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
2001-01-25 12:35:49 +00:00
|
|
|
# $FreeBSD$
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
PROG= morse
|
2001-03-26 14:22:12 +00:00
|
|
|
MAN= morse.6
|
1998-05-09 08:16:53 +00:00
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1995-08-27 14:06:15 +00:00
|
|
|
CFLAGS += -DSPEAKER=\"/dev/speaker\"
|
1998-05-09 08:16:53 +00:00
|
|
|
.endif
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|