mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
11 lines
175 B
Makefile
11 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>
|