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]
/
share
/
nls
/
Makefile
blob
1f00cbb3867b6974dccda040f86595cf10fbad2e
1
# $NetBSD: Makefile,v 1.2 2002/09/18 07:50:31 lukem Exp $
2
3
NOOBJ
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.if
${
MKNLS
} !=
"no"
8
FILES
=
nls.alias
9
FILESDIR
=/
usr
/
share
/
nls
# XXX use NLSDIR?
10
11
.
include
<
bsd.prog.mk
>
12
.
endif