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
vm: fix region reporting bug
[minix.git]
/
common
/
lib
/
libutil
/
Makefile.inc
blob
2cb2184d99d245f20164f7bcad34f41cceccdc2d
1
# $NetBSD: Makefile.inc,v 1.4 2011/11/13 21:56:53 christos Exp $
2
.PATH.c: ${.PARSEDIR}
3
.if defined(__MINIX)
4
SRCS+= snprintb.c
5
.else
6
SRCS+= snprintb.c proc_compare.c getfstypename.c
7
COPTS.snprintb.c = -Wno-format-nonliteral
8
.endif