repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
printf
/
Makefile
blob
9794b452b8b51b75f26e7194c851051e7d6bcb8e
1
# $NetBSD: Makefile,v 1.12 2013/07/16 17:48:22 christos Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
WARNS
=
6
4
PROG
=
printf
5
6
COPTS.printf.c
= -
Wno-format-nonliteral
7
8
.
include
<
bsd.prog.mk
>