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
Sync usage with man page.
[netbsd-mini2440.git]
/
tools
/
mkheaderlist.sh
blob
033ff66ec8c35415e61d130cf0bd8302f58b8527
1
#!/bin/sh
2
# $NetBSD$
3
4
set -e
5
6
mklist
()
7
{
8
echo
"# \
$NetBSD
\$"
9
echo
"#"
10
echo
'# do not edit; this file was automatically generated by:'
11
echo
'#
$NetBSD
$'
|
sed
-e
's/\$//g'
12
echo
13
cd
..
/
sys
/
arch
&&
find
.
-name
disklabel.h
-o -name
elf_machdep.h
14
}
15
16
LIST
=
headerlist
17
rm
-f
${LIST}
18
mklist
>
${LIST}