use stdlib.h to declare atof and malloc
[unix-history] / usr / src / usr.bin / printf / Makefile
CommitLineData
662ace95 1# @(#)Makefile 5.3 (Berkeley) %G%
d0822d77 2
662ace95 3PROG= printf
d0822d77 4
662ace95 5.include <bsd.prog.mk>