blob: 39086484174705c2eba3bc82b64d2c21e08d5712 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
</$objtype/mkfile
LIB=/$objtype/lib/libndb.a
OFILES=\
csgetval.$O\
csipinfo.$O\
dnsquery.$O\
ipattr.$O\
mkptrname.$O\
ndbaux.$O\
ndbcache.$O\
ndbcat.$O\
ndbconcatenate.$O\
ndbdiscard.$O\
ndbfree.$O\
ndbgetipaddr.$O\
ndbgetval.$O\
ndbhash.$O\
ndbipinfo.$O\
ndblookval.$O\
ndbopen.$O\
ndbparse.$O\
ndbreorder.$O\
ndbsubstitute.$O\
ndbdedup.$O\
HFILES=\
/sys/include/ndb.h\
ndbhf.h
UPDATE=\
mkfile\
$HFILES\
${OFILES:%.$O=%.c}\
${LIB:/$objtype/%=/386/%}\
</sys/src/cmd/mksyslib
$O.out: testipinfo.$O
$LD $prereq
|