xref
: /
freebsd
/
usr.bin
/
beep
/
Makefile
(revision 287d467c5db5a46f13566a2f9dae80a695335c73)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
beep
4
MAN
=
beep
.
1
5
6
LDFLAGS
= -
lm
7
8
.
include
<
bsd.prog.mk
>
9