Replace -fno-builtin-logf with a -D argument to change the function name.

This commit is contained in:
peter 2003-10-30 22:53:56 +00:00
parent e08504bacf
commit c2053cfe71

View File

@ -5,6 +5,6 @@
PROG= chat
MAN= chat.8
CFLAGS+=-fno-builtin-logf
CFLAGS+=-Dlogf=logit
.include <bsd.prog.mk>