1# $FreeBSD$ 2 3PROG= chat 4SRCS= chat.c 5MAN8= chat.8 6BINDIR?= /usr/bin 7 8.include <bsd.prog.mk> 9