diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:49:32 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:49:32 +0000 |
| commit | e1d9f34e9e60cc1beb2aa8cf350b281e6e087522 (patch) | |
| tree | d39740d20d5ad93573e3760c6629b32e9d81415e /ufs | |
| parent | 1d3ae7b05e59ec9cdaabc8fb5c25bd79dad69d7d (diff) | |
Formerly Makefile.~20~
Diffstat (limited to 'ufs')
| -rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index f671d906..7f673092 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -24,7 +24,7 @@ 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 -DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h +DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h ChangeLog OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o |
