xref: /freebsd/usr.bin/chat/Makefile (revision 77a0943ded95b9e6438f7db70c4a28e4d93946d4)
1# $FreeBSD$
2
3PROG=	chat
4CFLAGS+=-Wall
5SRCS=	chat.c
6MAN8=	chat.8
7
8#as per policies section in handbook
9MAINTAINER=	peter@freebsd.org
10
11.include <bsd.prog.mk>
12