freebsd-dev/usr.bin/chat/Makefile

10 lines
202 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1994-11-12 05:25:32 +00:00
# I once used this extensively, but no longer have a modem. Feel free
# to ask me questions about it, but I disclaim ownership now. -Peter
1994-11-12 05:25:32 +00:00
PROG= chat
2001-03-27 10:52:19 +00:00
MAN= chat.8
1994-11-12 05:25:32 +00:00
.include <bsd.prog.mk>