xref: /freebsd/usr.bin/chat/Makefile (revision 99e8005137088aafb1350e23b113d69b01b0820f)
1# $FreeBSD$
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