repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
share
/
nls
/
Makefile
blob
4e0fdd6470f3da6f8a99914732f30fb179e7a2f8
1
# $NetBSD: Makefile,v 1.1 2002/02/13 07:54:23 yamt 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