Makefile revision 74848
1# $FreeBSD: head/usr.bin/chat/Makefile 74848 2001-03-27 10:52:19Z ru $
2
3PROG=	chat
4CFLAGS+=-Wall
5MAN=	chat.8
6
7#as per policies section in handbook
8MAINTAINER=	peter@freebsd.org
9
10.include <bsd.prog.mk>
11