diff options
Diffstat (limited to 'source3/tdb/Makefile')
-rw-r--r-- | source3/tdb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/tdb/Makefile b/source3/tdb/Makefile index 5945469737..b29bedf92c 100644 --- a/source3/tdb/Makefile +++ b/source3/tdb/Makefile @@ -19,5 +19,8 @@ tdbtool: tdbtool.o $(TDB_OBJ) tdbtorture: tdbtorture.o $(TDB_OBJ) $(CC) $(CFLAGS) -o tdbtorture tdbtorture.o $(TDB_OBJ) +tdbdump: tdbdump.o $(TDB_OBJ) + $(CC) $(CFLAGS) -o tdbdump tdbdump.o $(TDB_OBJ) + clean: rm -f $(PROGS) *.o *~ *% core test.db test.tdb test.gdbm |