]> git.sur5r.net Git - openldap/blobdiff - libraries/libmdb/Makefile
Sorted dup fixes
[openldap] / libraries / libmdb / Makefile
index 483411231762cd362c110e44292da0622eed351d..4786429eccbe4e5a250bbe7535ad9a9f298825b1 100644 (file)
@@ -4,7 +4,7 @@ OPT = -O2 -g
 CFLAGS = -pthread $(OPT) $(W) $(XCFLAGS)
 LDLIBS =
 
-all:   mdb_stat mtest mtest2
+all:   mdb_stat mtest mtest2 mtest3
 
 clean:
        rm -rf mtest mdb_stat *.[ao] *~ testdb
@@ -16,6 +16,7 @@ test: all
 mdb_stat: mdb_stat.o mdb.o idl.o
 mtest:    mtest.o    mdb.o idl.o
 mtest2:        mtest2.o mdb.o idl.o
+mtest3:        mtest3.o mdb.o idl.o
 
 %:     %.o mdb.o
        $(CC) $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) -o $@