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 | 64fdd3a5cfdc7b8796e7ee2bc5ca2d883ddc6c95 (patch) | |
| tree | 6bcf2e17b95857cb02b0d7c7cccf84d1cb9050e8 /ufs/Makefile | |
| parent | 2afc11d802d9bcfb007acdcdf1c1c5851771b3bc (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) |
