Get rid of other-OS headers in .depend
[fio.git] / Makefile.NetBSD
index c223ab2e7dcf5b2295e14542fab3d48fd9aaf8d8..02ff95db4580201fb6311e7641763a6d78612d84 100644 (file)
@@ -10,6 +10,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
 
 OBJS += lib/rand.o
 OBJS += lib/flist_sort.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
@@ -32,9 +33,7 @@ OBJS += engines/net.o
 SOURCE = eta.c filehash.c filesetup.c fio.c gettime.c init.c ioengines.c \
         io_u.c log.c memory.c mutex.c options.c parse.c rbtree.c smalloc.c \
         stat.c parse.c crc/*.c engines/cpu.c engines/mmap.c \
-        engines/posixaio.c engines/sync.c engines/null.c engines/net.c \
-        *.h arch/*.h compiler/*.h crc/*.h lib/*.h \
-        os/indirect.h os/kcompat.h os/os-freebsd.h os/os.h os/syslet.h
+        engines/posixaio.c engines/sync.c engines/null.c engines/net.c
 
 ifneq ($(findstring $(MAKEFLAGS),s),s)
 ifndef V