xref: /NextBSD/usr.bin/chat/Makefile (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
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