diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-08 19:42:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-08 19:42:10 +0000 |
commit | d035d62ceaae7f05fdceb36870654842661a4071 (patch) | |
tree | dd79b646dc81e29217c75ab06832d6da213fc5b8 | |
parent | 64fdd3a5cfdc7b8796e7ee2bc5ca2d883ddc6c95 (diff) |
Formerly Makefile.~14~
-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) \ |