freebsd-dev/usr.bin/chat/Makefile

11 lines
154 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1994-11-12 05:25:32 +00:00
PROG= chat
2001-03-27 10:52:19 +00:00
MAN= chat.8
CFLAGS+=-fno-builtin-logf
#as per policies section in handbook
MAINTAINER= peter@freebsd.org
1994-11-12 05:25:32 +00:00
.include <bsd.prog.mk>