8491f23424
with GCC built-in (and with C90 reserved library name). Approved by: gordon (Mentor)
10 lines
202 B
Makefile
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>
|