summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-09-23 17:26:21 +0000
committerMiles Bader <miles@gnu.org>1996-09-23 17:26:21 +0000
commitaf8ebb721451826efc19cf8a5f3c745d6d6d6092 (patch)
tree8cc4e185675893ea058baf30ebee971be0f8ba04 /ufs
parent11877394171cc5ef2807e70c6224a172eb0dac98 (diff)
(HURDLIBS): Add store.
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 8d99925b..202316f8 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -24,11 +24,10 @@ 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
+HURDLIBS = diskfs iohelp fshelp store pager ports threads ihash shouldbeinlibc
ufs.static-LDFLAGS += -static
include ../Makeconf
ufs.static ufs: $(OBJS) $(library_deps)
-