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