summaryrefslogtreecommitdiff
path: root/ufs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-04 21:29:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-04 21:29:58 +0000
commit64fdd3a5cfdc7b8796e7ee2bc5ca2d883ddc6c95 (patch)
tree6bcf2e17b95857cb02b0d7c7cccf84d1cb9050e8 /ufs/Makefile
parent2afc11d802d9bcfb007acdcdf1c1c5851771b3bc (diff)
Formerly Makefile.~13~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r--ufs/Makefile4
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)