e5b5c66bca
- MAN[1-9] -> MAN.
12 lines
175 B
Makefile
12 lines
175 B
Makefile
# @(#)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>
|