diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:07:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:07:34 +0000 |
commit | 126a9f4c658ef47611c43948e8f42c3a32998d08 (patch) | |
tree | fb89956fe8231a3480bca04c85a76db6dd563f92 /ufs/Makefile | |
parent | a72b2f3a06bf9fb6c32cee0ee3cc834109f704d6 (diff) |
Formerly Makefile.~26~
Diffstat (limited to 'ufs/Makefile')
-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 |