Makefile revision 121544
1# $FreeBSD: head/usr.bin/chat/Makefile 121544 2003-10-26 04:49:58Z peter $
2
3PROG=	chat
4MAN=	chat.8
5CFLAGS+=-fno-builtin-logf
6
7#as per policies section in handbook
8MAINTAINER=	peter@freebsd.org
9
10.include <bsd.prog.mk>
11