mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:01:08 +01:00
96974de8bb
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>
|