NetBSD/usr.bin/printf/Makefile

9 lines
184 B
Makefile
Raw Normal View History

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