mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
205d2929b8
omitting it, and other platforms may implement /dev/speaker in the future.
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= morse
|
|
MAN= morse.6
|
|
|
|
.include <bsd.prog.mk>
|