syslet: typo
[fio.git] / Makefile.solaris
index 8d8bec3d9ba290e23b9dc28f5151e0cedc5b2562..1e82158f46ba3bcfb83981c0c49cb0042f7501d1 100644 (file)
@@ -10,6 +10,7 @@ OBJS += engines/mmap.o
 OBJS += engines/posixaio.o
 OBJS += engines/sync.o
 OBJS += engines/null.o
+OBJS += engines/net.o
 
 all: depend $(PROGS) $(SCRIPTS)
 
@@ -20,7 +21,7 @@ clean:
        -rm -f *.o .depend cscope.out $(PROGS)
 
 depend:
-       @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend
+       @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend
 
 cscope:
        @cscope -b