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