diff options
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 7c3c6ca7..14a1260c 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -24,6 +24,8 @@ VPATH=.:../machine SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ sizes.c subr.c tables.c +TAGSLIBS=libdiskfs libports libpager libioserver libfshelp libthreads + DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h ChangeLog OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o |