From af8ebb721451826efc19cf8a5f3c745d6d6d6092 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 23 Sep 1996 17:26:21 +0000 Subject: (HURDLIBS): Add store. --- ufs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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) - -- cgit v1.2.3