From e89143e49bfe30fb2ef189715080caef4e112e2a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 14 Feb 1994 22:57:09 +0000 Subject: Formerly Makefile.~4~ --- ufs/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ufs/Makefile') 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 -- cgit v1.2.3