diff options
Diffstat (limited to 'ufs/Makefile')
-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) - |