summaryrefslogtreecommitdiff
path: root/ufs/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
commit447352af2fb7582f49e0efaf48d5b2360be8c514 (patch)
treebe02d46a20b8625aeff05d67650b865967a8cc21 /ufs/Makefile
parentad3d97d916a5ced0720f4de084736003bea36407 (diff)
*** empty log message ***
Diffstat (limited to 'ufs/Makefile')
-rw-r--r--ufs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index d9375989..8d99925b 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -24,10 +24,11 @@ SRCS = alloc.c consts.c dir.c hyper.c inode.c main.c pager.c \
LCLHDRS = ufs.h fs.h dinode.h dir.h
OBJS = $(SRCS:.c=.o)
+HURDLIBS = diskfs ports pager iohelp fshelp threads ihash shouldbeinlibc
ufs.static-LDFLAGS += -static
include ../Makeconf
-ufs.static ufs: $(OBJS) ../libdiskfs/libdiskfs.a ../libports/libports.a ../libpager/libpager.a ../libiohelp/libiohelp.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a
+ufs.static ufs: $(OBJS) $(library_deps)