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