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