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 | f3cabc0e2a9f0d86b132395bd2eb2edec61c0945 (patch) | |
tree | d0e3f6d3b643ba1b3006f4274b45d28e0434fa9a /ufs/Makefile | |
parent | 66295edd1559b18aacbe32d5621a0a60f3971dbc (diff) |
Formerly Makefile.~14~
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) \ |