xref
: /
freebsd
/
usr.bin
/
chat
/
Makefile
(revision b5b2a90624d3d900a42e99758eb95293d04f37fa)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $Id$
2
3
PROG
=
chat
4
SRCS
=
chat.c
5
MAN8
=
chat
.
8
6
BINDIR
?= /
usr
/
bin
7
8
.
include
<
bsd.prog.mk
>
9