xref: /freebsd/usr.bin/chat/Makefile (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1# $FreeBSD$
2
3# I once used this extensively, but no longer have a modem.  Feel free
4# to ask me questions about it, but I disclaim ownership now.  -Peter
5
6PROG=	chat
7MAN=	chat.8
8
9.include <bsd.prog.mk>
10