#       $NetBSD: Makefile,v 1.12 2013/07/16 17:48:22 christos Exp $
#       from: @(#)Makefile      8.1 (Berkeley) 6/6/93
WARNS=6
PROG=   printf

COPTS.printf.c = -Wno-format-nonliteral

include <bsd.prog.mk>