diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 17:26:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 17:26:21 +0000 |
commit | af8ebb721451826efc19cf8a5f3c745d6d6d6092 (patch) | |
tree | 8cc4e185675893ea058baf30ebee971be0f8ba04 /ufs | |
parent | 11877394171cc5ef2807e70c6224a172eb0dac98 (diff) |
(HURDLIBS): Add store.
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 3 |
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) - |