mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
11 lines
163 B
Makefile
11 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>
|