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 | b1dfa8a8ab7adcfa953bd6cccff63bd224159471 (patch) | |
| tree | c00c0f69ae8c9d759aec70f2ecca323add654376 /ufs | |
| parent | 7efd71c161dd5fd099ec65db51c4b6fe972ffe90 (diff) | |
Formerly Makefile.~26~
Diffstat (limited to 'ufs')
| -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 |
