1#	$NetBSD: Makefile,v 1.10 2009/04/14 22:15:25 lukem Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	printf
5
6COPTS.printf.c = -Wno-format-nonliteral
7
8.include <bsd.prog.mk>
9