repo.or.cz
/
minix3.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
[minix3.git]
/
lib
/
libc
/
nls
/
Makefile.inc
blob
a505851a61db8a28841f7af5aa133f9375281c58
1
# $NetBSD: Makefile.inc,v 1.12 2013/08/19 08:03:34 joerg Exp $
2
3
.PATH: ${.CURDIR}/nls
4
5
SRCS+= catclose.c catgets.c catopen.c
6
MAN+= catclose.3 catgets.3 catopen.3
7
8
CPPFLAGS.catopen.c+= -I${LIBCDIR}/citrus
9