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
Remove building with NOCRYPTO option
[minix.git]
/
common
/
lib
/
libutil
/
Makefile.inc
blob
2173f7a90b89f0eb6f361066fd4fbad1e97ce306
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 proc_compare.c
5
.else
6
SRCS+= snprintb.c proc_compare.c getfstypename.c
7
.endif # defined(__MINIX)
8
COPTS.snprintb.c = -Wno-format-nonliteral