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
arm: protect state after signal handler
[minix.git]
/
usr.bin
/
printf
/
Makefile
blob
0a8cba83613c6e83446147ed541e94dcc1900f30
1
# $NetBSD: Makefile,v 1.11 2011/08/16 10:37:21 christos Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
printf
5
6
COPTS.printf.c
= -
Wno-format-nonliteral
7
8
.
include
<
bsd.prog.mk
>