xref
: /
freebsd
/
usr.bin
/
chat
/
Makefile
(revision df7f5d4de4592a8948a25ce01e5bddfbb7ce39dc)
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