freebsd-dev/usr.bin/chat/Makefile
Tim Kientzle 8491f23424 Rename logf --> chat_logf to avoid naming conflicts
with GCC built-in (and with C90 reserved library name).

Approved by:	gordon (Mentor)
2003-10-31 06:22:03 +00:00

10 lines
202 B
Makefile

# $FreeBSD$
# 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
PROG= chat
MAN= chat.8
.include <bsd.prog.mk>