Files
netbsd/usr.bin/printf/Makefile
2013-04-06 16:48:33 +02:00

9 lines
184 B
Makefile

# $NetBSD: Makefile,v 1.11 2011/08/16 10:37:21 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= printf
COPTS.printf.c = -Wno-format-nonliteral
.include <bsd.prog.mk>