X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.FreeBSD;h=b877901a2e43f639ccaf982818367167792d1ff1;hp=b862820510166cf36dd13cb2ab69aa95513fd41c;hb=10cad1aa7af1c47be6655cff0438c46843964294;hpb=f8fe35e8c9e88dd681ea151251d75f6116a958b4;ds=sidebyside diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index b8628205..b877901a 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -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