aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chat/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-10-30 22:53:56 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-10-30 22:53:56 +0000
commit4a4c2efa6a6b5cf62201345ad69552a2f670bebc (patch)
tree50c07d105c5db5b80c49d78d3a6288565fce14c4 /usr.bin/chat/Makefile
parentd49aa1354bf5192c0ffa08b44030201c24010825 (diff)
Notes
Diffstat (limited to 'usr.bin/chat/Makefile')
-rw-r--r--usr.bin/chat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index f77896127ecc..ecb5c82302af 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -5,6 +5,6 @@
PROG= chat
MAN= chat.8
-CFLAGS+=-fno-builtin-logf
+CFLAGS+=-Dlogf=logit
.include <bsd.prog.mk>