1# $NetBSD: Makefile,v 1.12 2013/07/16 17:48:22 christos Exp $ 2# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3WARNS=6 4PROG= printf 5 6COPTS.printf.c = -Wno-format-nonliteral 7 8.include <bsd.prog.mk> 9