diff options
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 183caa86..02cf38ba 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -1,6 +1,6 @@ # Makefile for ufs # -# Copyright (C) 1994,95,96,99,2000 Free Software Foundation, Inc. +# Copyright (C) 1994,95,96,99,2000,02 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -28,3 +28,5 @@ OBJS = $(SRCS:.c=.o) HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc include ../Makeconf + +ufs.static: $(boot-store-types:%=../libstore/libstore_%.a) |