Makefile revision 28600
1#	$Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $
2
3PROG=	chat
4SRCS=	chat.c
5MAN8=	chat.8
6
7#as per policies section in handbook
8MAINTAINER=	peter@freebsd.org
9
10.include <bsd.prog.mk>
11