aboutsummaryrefslogtreecommitdiff
path: root/src/libndb/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libndb/mkfile')
-rw-r--r--src/libndb/mkfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libndb/mkfile b/src/libndb/mkfile
index a49cd5e0..b7c9ee96 100644
--- a/src/libndb/mkfile
+++ b/src/libndb/mkfile
@@ -21,6 +21,7 @@ OFILES=\
ndbparse.$O\
ndbreorder.$O\
ndbsubstitute.$O\
+ sysdnsquery.$O\
HFILES=\
$PLAN9/include/ndb.h\
@@ -28,5 +29,6 @@ HFILES=\
<$PLAN9/src/mksyslib
-$O.out: testipinfo.$O
- $LD $prereq
+testdns: testdns.$O $LIBDIR/$LIB
+ $LD -o $target $prereq
+