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

This commit is contained in:
Peter Wemm 2003-10-30 22:53:56 +00:00
parent d49aa1354b
commit 4a4c2efa6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121764

View file

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