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