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
tools/llvm: Do not build with symbols
[minix3.git]
/
gnu
/
usr.bin
/
texinfo
/
install-info
/
Makefile
blob
cd8225b2a001d3fe69654e1d3e225e963db6ac9f
1
# $NetBSD: Makefile,v 1.10 2004/02/09 06:52:34 lukem Exp $
2
3
PROG
=
install-info
4
SRCS
=
install-info.c
5
6
.
include
<
bsd.prog.mk
>
7
8
.PATH
: ${
IDIST
}/
util
${
IDIST
}/
doc
9
10
infodir-meta
:
11
.if
(${
MKUNPRIVED
} !=
"no"
&& ${
MKINFO
} !=
"no"
)
12
echo
"./usr/share/info/dir type=file mode=0644 uname=${BINOWN} gname=${BINGRP}"
\
13
|
${
METALOG.add
}
14
.
endif