summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-14 22:57:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-14 22:57:09 +0000
commite89143e49bfe30fb2ef189715080caef4e112e2a (patch)
tree29d93cef2ae30cfd4bedf5b9354eae7731acecff
parentd814ad65e9ee53b1ec164c8897289054ba4a547a (diff)
Formerly Makefile.~4~
-rw-r--r--ufs/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 90e567b2..3e235668 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -20,15 +20,16 @@ dir := ufs
include ../Makeconf
SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \
- subr.c tables.c
+ sizes.c subr.c tables.c
-DISTFILES=$(SRCS) ufs.h Makefile
+DISTFILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h
OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o
+PRELIBS = $(libdiskfs) $(libports)
LIBS= $(libdiskfs) $(libpager) $(libioserver) $(libports) $(libfshelp) \
$(libthreads)
-EXTRALIBS=$(libdiskfs)
+POSTLIBS=$(libdiskfs)
all: ufs
@@ -48,6 +49,7 @@ hyper.o: fs.h
inode.o: dinode.h fs.h
main.o: fs.h
pager.o: fs.h dinode.h
+sizes.o: fs.h dinode.h
subr.o: fs.h
tables.o: fs.h