diff options
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 313bd838..03628376 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -19,12 +19,14 @@ dir := ufs include ../Makeconf +VPATH=.:../machine + SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ sizes.c subr.c tables.c DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h -OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o +OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o boot_machdep.o #LIBS = $(hurdinst)/lib/libdiskfscombined.a $(libthreads) LIBS = $(libdiskfs) $(libports) $(libdiskfs) $(libpager) $(libioserver) \ |