blob: b7c9ee96968fb95c0f8b8d76d17bbd2a1b353a07 [file] [log] [blame]
rscd9579512005-02-11 19:41:16 +00001<$PLAN9/src/mkhdr
2
3LIB=libndb.a
4OFILES=\
5# csgetval.$O\
6# csipinfo.$O\
7# dnsquery.$O\
8 ipattr.$O\
9 ndbaux.$O\
10 ndbcache.$O\
11 ndbcat.$O\
12 ndbconcatenate.$O\
13 ndbdiscard.$O\
14 ndbfree.$O\
15 ndbgetipaddr.$O\
16 ndbgetval.$O\
17 ndbhash.$O\
18 ndbipinfo.$O\
19 ndblookval.$O\
20 ndbopen.$O\
21 ndbparse.$O\
22 ndbreorder.$O\
23 ndbsubstitute.$O\
rscbc5d5772006-01-27 05:32:04 +000024 sysdnsquery.$O\
rscd9579512005-02-11 19:41:16 +000025
26HFILES=\
27 $PLAN9/include/ndb.h\
28 ndbhf.h
29
30<$PLAN9/src/mksyslib
31
rscbc5d5772006-01-27 05:32:04 +000032testdns: testdns.$O $LIBDIR/$LIB
33 $LD -o $target $prereq
34