X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=1e82158f46ba3bcfb83981c0c49cb0042f7501d1;hp=8d8bec3d9ba290e23b9dc28f5151e0cedc5b2562;hb=8a7bd8773ceb3202690f2de4a9cd0e738b5a6edc;hpb=f8fe35e8c9e88dd681ea151251d75f6116a958b4;ds=sidebyside diff --git a/Makefile.solaris b/Makefile.solaris index 8d8bec3d..1e82158f 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -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