Style fixup
[fio.git] / Makefile.FreeBSD
index b862820510166cf36dd13cb2ab69aa95513fd41c..b877901a2e43f639ccaf982818367167792d1ff1 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