mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= morse
|
|
NOMAN= noman
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
CFLAGS += -DSPEAKER=\"/dev/speaker\"
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|