diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-09 07:49:20 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-09 07:49:20 +0000 |
commit | bd062b18566077f48bc946f2a1af9b7e0ae34fb2 (patch) | |
tree | 999a77b6d034414b62e0c584515017c215c0ea29 /source3/tdb/Makefile | |
parent | adbd4300fdce5be0945dd27dfa7dee5e4206c80d (diff) | |
download | samba-bd062b18566077f48bc946f2a1af9b7e0ae34fb2.tar.gz samba-bd062b18566077f48bc946f2a1af9b7e0ae34fb2.tar.bz2 samba-bd062b18566077f48bc946f2a1af9b7e0ae34fb2.zip |
added a simple tdbdump utility
(This used to be commit c4f5a6c65d7dd933e9d6faf14ebf6afcf5232a1e)
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 |