diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-27 02:04:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-27 02:04:42 +0000 |
commit | e2cc559da4c87515186e8e0834626a1919777394 (patch) | |
tree | 2d14bcb300db4d18479a9e9d8af85085a12f9891 /ufs/Makefile | |
parent | 4a88b06446236b63b753ed9627d4714273f14f5f (diff) |
Formerly Makefile.~35~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 17bcf3f4..941452ff 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -19,7 +19,7 @@ dir := ufs makemode := server SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ - sizes.c subr.c tables.c + sizes.c subr.c tables.c bmap.c OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o LCLHDRS = ufs.h fs.h dinode.h dir.h REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\ |