summaryrefslogtreecommitdiff
path: root/ufs/Makefile
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
commit6c96cc2fe98de6e03786a211ce89e6925cffba54 (patch)
tree3a4b305ba35504fa6a4a25d9b103dcad0fd9eca3 /ufs/Makefile
parent3171166730cc3532b4099a0030c463ec7c8e6b3b (diff)
(HURDLIBS): Add store.
Diffstat (limited to 'ufs/Makefile')
-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)
-