X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.FreeBSD;h=b877901a2e43f639ccaf982818367167792d1ff1;hp=5c85a0c35f878b4292360e64a9cd376b23f68255;hb=10cad1aa7af1c47be6655cff0438c46843964294;hpb=ed92ac0ce9ce1cc64697272d307d4fa7d18ed64c diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index 5c85a0c3..b877901a 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -21,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