xref: /freebsd/usr.bin/printf/Makefile (revision ee66677a7a4c93fa63e21b0e7f1ea2e081060abb)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	printf
5WARNS?=	6
6
7.include <bsd.prog.mk>
8