diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-04 21:29:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-04 21:29:58 +0000 |
commit | c5c69886f209e4c20e210ae664c574a8f8606907 (patch) | |
tree | e45cd4749ccafa3926ba94c995f360ded7c77c02 /ufs/Makefile | |
parent | b17731a9eafb52f53716eb0eba5dce0f2409ff30 (diff) |
Formerly Makefile.~13~
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 2676862e..313bd838 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -26,7 +26,9 @@ DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o -LIBS = $(hurdinst)/lib/libdiskfscombined.a $(libthreads) +#LIBS = $(hurdinst)/lib/libdiskfscombined.a $(libthreads) +LIBS = $(libdiskfs) $(libports) $(libdiskfs) $(libpager) $(libioserver) \ + $(libfshelp) $(libdiskfs) $(libthreads) $(libports) LIBPARTS = $(libdiskfs) $(libports) $(libpager) $(libioserver) $(libfshelp) |