X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.FreeBSD;h=b877901a2e43f639ccaf982818367167792d1ff1;hp=4f0da736e0dbddedba01a0424e4cea4eef24273a;hb=9467b77c9ac41f09a93a8a984d21b94c1f7d515e;hpb=871c0fc7c3af41dea5879dec5308ab095cf10c82;ds=sidebyside diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index 4f0da736..b877901a 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -5,11 +5,12 @@ SCRIPTS = fio_generate_plots OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o md5.o crc32.o \ filesetup.o eta.o verify.o memory.o io_u.o parse.o -OBJS += engines/fio-engine-cpu.o -OBJS += engines/fio-engine-mmap.o -OBJS += engines/fio-engine-posixaio.o -OBJS += engines/fio-engine-sync.o -OBJS += engines/fio-engine-null.o +OBJS += engines/cpu.o +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